Utilities\TypeUnification.vb (7)
28If(t1 Is Nothing, Nothing, New TypeWithModifiers(t1)),
29If(t2 Is Nothing, Nothing, New TypeWithModifiers(t2)),
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))