4 references to s_parameterListPool
Microsoft.CodeAnalysis (4)
DocumentationCommentId.cs (4)
1224
var parameters =
s_parameterListPool
.Allocate();
1285
s_parameterListPool
.ClearAndFree(parameters);
1313
parameters =
s_parameterListPool
.Allocate();
1342
s_parameterListPool
.ClearAndFree(parameters);