9 references to EqualTypes
System.Data.Entity (9)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
123
if (!Command.
EqualTypes
(functionViewType, this.FunctionImport.ReturnParameter.TypeUsage))
System\Data\Query\InternalTrees\Command.cs (3)
1774
if (!Command.
EqualTypes
(arg0.Op.Type, arg1.Op.Type))
1778
if (!
EqualTypes
(commonType, arg0.Op.Type))
1782
if (!
EqualTypes
(commonType, arg1.Op.Type))
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
1143
if (Command.
EqualTypes
(targetType, nodeVar.Type))
1163
if (Command.
EqualTypes
(node.Op.Type, targetType))
1318
if (!Command.
EqualTypes
(e.Left.ResultType, e.Right.ResultType))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
370
if (Command.
EqualTypes
(node.Op.Type, targetType))
1813
PlanCompiler.Assert(Command.
EqualTypes
(newType, n.Child0.Op.Type),