4 references to s_parameterListPool
Microsoft.CodeAnalysis (4)
DocumentationCommentId.cs (4)
1182
var parameters =
s_parameterListPool
.Allocate();
1243
s_parameterListPool
.ClearAndFree(parameters);
1271
parameters =
s_parameterListPool
.Allocate();
1300
s_parameterListPool
.ClearAndFree(parameters);