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