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