5 references to AllocateAndClear
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (4)
360identifiers = SharedPools.StringIgnoreCaseHashSet.AllocateAndClear(); 361escapedIdentifiers = SharedPools.StringIgnoreCaseHashSet.AllocateAndClear(); 368identifiers = SharedPools.StringHashSet.AllocateAndClear(); 369escapedIdentifiers = SharedPools.StringHashSet.AllocateAndClear();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs (1)
128=> pool.AllocateAndClear();