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