3 references to MoreSpecificType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (3)
2244
var r =
MoreSpecificType
(t1[i], t2[i], ref useSiteInfo);
2302
return
MoreSpecificType
(arr1.ElementType, arr2.ElementType, ref useSiteInfo);
2311
return
MoreSpecificType
(p1.PointedAtType, p2.PointedAtType, ref useSiteInfo);