4 references to StringIgnoreCaseHashSet
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (4)
261identifiers = SharedPools.StringIgnoreCaseHashSet.AllocateAndClear(); 262escapedIdentifiers = SharedPools.StringIgnoreCaseHashSet.AllocateAndClear(); 283SharedPools.StringIgnoreCaseHashSet.ClearAndFree(identifiers); 284SharedPools.StringIgnoreCaseHashSet.ClearAndFree(escapedIdentifiers);