2 references to s_nodeStackPool
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
ParenthesizedExpressionSyntaxExtensions.cs (2)
344
var stack =
s_nodeStackPool
.AllocateAndClear();
372
s_nodeStackPool
.ClearAndFree(stack);