зеркало из https://github.com/dotnet/razor.git
Suppress
This commit is contained in:
Родитель
b0d5d3e4a9
Коммит
daa1f0183c
|
@ -16,7 +16,9 @@ namespace Microsoft.AspNetCore.Razor.PooledObjects;
|
|||
internal ref struct PooledHashSet<T>
|
||||
{
|
||||
private readonly ObjectPool<HashSet<T>> _pool;
|
||||
#pragma warning disable IDE0052
|
||||
private readonly int? _capacity;
|
||||
#pragma warning restore IDE0052
|
||||
private HashSet<T>? _set;
|
||||
|
||||
public PooledHashSet()
|
||||
|
|
Загрузка…
Ссылка в новой задаче