2 references to EqualTypes
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1427PlanCompiler.Assert(Command.EqualTypes(tvfReturnType, unnestTableColumnVar.Type.EdmType), "Unexpected TVF return type (row type is expected).");
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
144InternalTrees.Command.EqualTypes(m_property.DeclaringType, other.m_property.DeclaringType) &&