6 references to AllocateAndClear
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (4)
364
identifiers = SharedPools.StringIgnoreCaseHashSet.
AllocateAndClear
();
365
escapedIdentifiers = SharedPools.StringIgnoreCaseHashSet.
AllocateAndClear
();
372
identifiers = SharedPools.StringHashSet.
AllocateAndClear
();
373
escapedIdentifiers = SharedPools.StringHashSet.
AllocateAndClear
();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\PooledObject.cs (1)
128
=> pool.
AllocateAndClear
();
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
726
var affectedSpans = SharedPools.Default<HashSet<int>>().
AllocateAndClear
();