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