4 references to s_parameterListPool
Microsoft.CodeAnalysis (4)
DocumentationCommentId.cs (4)
1289
var parameters =
s_parameterListPool
.Allocate();
1350
s_parameterListPool
.ClearAndFree(parameters);
1378
parameters =
s_parameterListPool
.Allocate();
1407
s_parameterListPool
.ClearAndFree(parameters);