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