3 references to s_checkConstraintsArgsBoxedPool
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ConstraintsHelper.cs (3)
565
var boxedArgs =
s_checkConstraintsArgsBoxedPool
.Allocate();
573
var boxedArgs =
s_checkConstraintsArgsBoxedPool
.Allocate();
581
s_checkConstraintsArgsBoxedPool
.Free(this);