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