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