2 references to StringLiteralHashSetPool
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (2)
49
var stringLiterals =
StringLiteralHashSetPool
.Allocate();
211
StringLiteralHashSetPool
.ClearAndFree(stringLiterals);