2 references to s_stringStackPool
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (2)
173
var seenNames =
s_stringStackPool
.Allocate();
185
s_stringStackPool
.Free(seenNames);