3 instantiations of AssemblyReferenceCandidate
Microsoft.CodeAnalysis (3)
ReferenceManager\CommonReferenceManager.Binding.cs (3)
744
candidatesToExamine.Enqueue(new
AssemblyReferenceCandidate
(i, candidateAssembly));
871
candidatesToExamine.Enqueue(new
AssemblyReferenceCandidate
(definitionIndex, currentCandidateReferencedSymbol));
915
candidatesToExamine.Enqueue(new
AssemblyReferenceCandidate
(corLibraryIndex, candidateCorLibrary));
3 references to AssemblyReferenceCandidate
Microsoft.CodeAnalysis (3)
ReferenceManager\CommonReferenceManager.Binding.cs (3)
710
Queue<
AssemblyReferenceCandidate
> candidatesToExamine = new Queue<
AssemblyReferenceCandidate
>();
748
AssemblyReferenceCandidate
candidate = candidatesToExamine.Dequeue();