8 references to StringHashSet
Microsoft.AspNetCore.Razor.Utilities.Shared (6)
PooledObjects\PooledHashSet`1.cs (2)
269
return (HashSetPool<T>)(object)SpecializedPools.
StringHashSet
.Ordinal;
274
return (HashSetPool<T>)(object)SpecializedPools.
StringHashSet
.OrdinalIgnoreCase;
PooledObjects\SpecializedPools.cs (4)
19
=>
StringHashSet
.GetPooledObject();
22
=>
StringHashSet
.GetPooledObject(out set);
25
=>
StringHashSet
.GetPooledObject(ignoreCase);
28
=>
StringHashSet
.GetPooledObject(ignoreCase, out set);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ParserContext.cs (2)
40
_seenDirectivesSet = SpecializedPools.
StringHashSet
.Ordinal.Get();
54
SpecializedPools.
StringHashSet
.Ordinal.Return(_seenDirectivesSet);