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