Utilities\TypeUnification.vb (9)
28If(t1 Is Nothing, Nothing, New TypeWithModifiers(t1)),
29If(t2 Is Nothing, Nothing, New TypeWithModifiers(t2)),
33SubstituteAllTypeParameters(substitution, New TypeWithModifiers(t1)).IsSameType(SubstituteAllTypeParameters(substitution, New TypeWithModifiers(t2)), TypeCompareKind.IgnoreTupleNames))
116New TypeWithModifiers(nt1.GetTupleUnderlyingTypeOrSelf()),
117New TypeWithModifiers(nt2.GetTupleUnderlyingTypeOrSelf()),
148Return nt1.ContainingType Is Nothing OrElse CanUnifyHelper(containingGenericType, New TypeWithModifiers(nt1.ContainingType), New TypeWithModifiers(nt2.ContainingType), substitution)
166AddSubstitution(substitution, containingGenericType, tp1, New TypeWithModifiers(t2.Type))