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