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