7 references to Ordinal
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
PooledObjects\PooledHashSet`1.cs (1)
269
return (HashSetPool<T>)(object)SpecializedPools.StringHashSet.
Ordinal
;
PooledObjects\SpecializedPools.StringHashSet.cs (4)
25
=>
Ordinal
.GetPooledObject();
28
=>
Ordinal
.GetPooledObject(out set);
33
:
Ordinal
.GetPooledObject();
38
:
Ordinal
.GetPooledObject(out set);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ParserContext.cs (2)
40
_seenDirectivesSet = SpecializedPools.StringHashSet.
Ordinal
.Get();
54
SpecializedPools.StringHashSet.
Ordinal
.Return(_seenDirectivesSet);