7 references to ClearAndFree
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (6)
211StringLiteralHashSetPool.ClearAndFree(stringLiterals); 212LongLiteralHashSetPool.ClearAndFree(longLiterals); 364SharedPools.StringIgnoreCaseHashSet.ClearAndFree(identifiers); 365SharedPools.StringIgnoreCaseHashSet.ClearAndFree(escapedIdentifiers); 372SharedPools.StringHashSet.ClearAndFree(identifiers); 373SharedPools.StringHashSet.ClearAndFree(escapedIdentifiers);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs (1)
134=> pool.ClearAndFree(obj);