4 references to s_parameterListPool
Microsoft.CodeAnalysis (4)
DocumentationCommentId.cs (4)
1283
var parameters =
s_parameterListPool
.Allocate();
1344
s_parameterListPool
.ClearAndFree(parameters);
1372
parameters =
s_parameterListPool
.Allocate();
1401
s_parameterListPool
.ClearAndFree(parameters);