4 references to s_listOfMatchResultPool
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (4)
136var itemsToBeIncluded = s_listOfMatchResultPool.Allocate(); 191s_listOfMatchResultPool.Free(itemsToBeIncluded); 346var filteredMatchResultsBuilder = s_listOfMatchResultPool.Allocate(); 441s_listOfMatchResultPool.Free(filteredMatchResultsBuilder);