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