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