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)
54SpecializedPools.StringHashSet.Ordinal.Return(_seenDirectivesSet); 59public HashSet<string> SeenDirectives => _seenDirectivesSet;