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