4 references to s_listOfMatchResultPool
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (4)
134
var itemsToBeIncluded =
s_listOfMatchResultPool
.Allocate();
189
s_listOfMatchResultPool
.Free(itemsToBeIncluded);
344
var filteredMatchResultsBuilder =
s_listOfMatchResultPool
.Allocate();
439
s_listOfMatchResultPool
.Free(filteredMatchResultsBuilder);