2 references to lessSpecificCandidate
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (2)
1807bestSoFar = lessSpecificCandidate(bestSoFar, candidate, ref useSiteInfo) ?? bestSoFar; 1813TypeSymbol? spoiler = lessSpecificCandidate(candidate, bestSoFar, ref useSiteInfo);