4 writes to _pool
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
PooledObjects\PooledHashSet`1.cs (4)
58
_pool
= pool;
65
_pool
= pool;
142
_pool
= null;
237
_pool
??= TrySelectPool(Comparer);
4 references to _pool
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
PooledObjects\PooledHashSet`1.cs (4)
136
if (
_pool
is not null && _set is { } set)
138
_pool
.Return(set);
239
var result =
_pool
is not null
240
?
_pool
.Get()