2 references to s_candidatesToExaminePool
Microsoft.CodeAnalysis (2)
ReferenceManager\CommonReferenceManager.Binding.cs (2)
729
Queue<AssemblyReferenceCandidate> candidatesToExamine =
s_candidatesToExaminePool
.Allocate();
964
s_candidatesToExaminePool
.Free(candidatesToExamine);