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