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