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)
136if (_pool is not null && _set is { } set) 138_pool.Return(set); 239var result = _pool is not null 240? _pool.Get()