5 references to ClearAndFree
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
ParenthesizedExpressionSyntaxExtensions.cs (1)
372s_nodeStackPool.ClearAndFree(stack);
Microsoft.CodeAnalysis.Workspaces (4)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (1)
73SharedPools.Default<Stack<SyntaxNodeOrToken>>().ClearAndFree(worker._pendingNodes);
IntervalTree`1.cs (1)
174s_stackPool.ClearAndFree(candidates);
ISyntaxFactsExtensions.cs (1)
44s_stackPool.ClearAndFree(stack);
PooledObject.cs (1)
101=> pool.ClearAndFree(obj);