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