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