2 references to s_nodeStackPool
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (2)
240
var nodeStack =
s_nodeStackPool
.Allocate();
295
s_nodeStackPool
.Free(nodeStack);