7 references to ClearAndFree
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncDocumentWorkItemQueue.cs (2)
39SharedPools.BigDefault<Dictionary<DocumentId, UnitTestingWorkItem>>().ClearAndFree(documentMap); 165SharedPools.BigDefault<Dictionary<DocumentId, UnitTestingWorkItem>>().ClearAndFree(map);
SolutionCrawler\WorkCoordinator.AsyncDocumentWorkItemQueue.cs (2)
39SharedPools.BigDefault<Dictionary<DocumentId, WorkItem>>().ClearAndFree(documentMap); 144SharedPools.BigDefault<Dictionary<DocumentId, WorkItem>>().ClearAndFree(map);
Microsoft.CodeAnalysis.Workspaces (3)
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
137s_aliasMapPool.ClearAndFree(aliasMap);
Log\KeyValueLogMessage.cs (1)
149SharedPools.Default<Dictionary<string, object?>>().ClearAndFree(_lazyMap);
PooledObject.cs (1)
121=> pool.ClearAndFree(obj);