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