4 references to CanUnifyHelper
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeUnification.cs (4)
59
return
CanUnifyHelper
(TypeWithAnnotations.Create(t1), TypeWithAnnotations.Create(t2), ref substitution);
126
return
CanUnifyHelper
(at1.ElementTypeWithAnnotations, at2.ElementTypeWithAnnotations, ref substitution);
138
return
CanUnifyHelper
(pt1.PointedAtTypeWithAnnotations, pt2.PointedAtTypeWithAnnotations, ref substitution);
170
if (!
CanUnifyHelper
(nt1Arguments[i],