3 references to AssemblyReferenceCandidate
Microsoft.CodeAnalysis (3)
ReferenceManager\CommonReferenceManager.Binding.cs (3)
765candidatesToExamine.Enqueue(new AssemblyReferenceCandidate(i, candidateAssembly)); 892candidatesToExamine.Enqueue(new AssemblyReferenceCandidate(definitionIndex, currentCandidateReferencedSymbol)); 936candidatesToExamine.Enqueue(new AssemblyReferenceCandidate(corLibraryIndex, candidateCorLibrary));