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