1 write to _seenDirectivesSet
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ParserContext.cs (1)
40
_seenDirectivesSet
= SpecializedPools.StringHashSet.Ordinal.Get();
2 references to _seenDirectivesSet
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\ParserContext.cs (2)
54
SpecializedPools.StringHashSet.Ordinal.Return(
_seenDirectivesSet
);
59
public HashSet<string> SeenDirectives =>
_seenDirectivesSet
;