4 references to StringHashSet
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (4)
269identifiers = SharedPools.StringHashSet.AllocateAndClear(); 270escapedIdentifiers = SharedPools.StringHashSet.AllocateAndClear(); 291SharedPools.StringHashSet.ClearAndFree(identifiers); 292SharedPools.StringHashSet.ClearAndFree(escapedIdentifiers);