6 references to IsEqual
System.Data.Entity (6)
System\Data\Common\CommandTrees\Internal\Validator.cs (2)
108
if (!TypeSemantics.
IsEqual
(varRef.ResultType, foundType))
128
if (!TypeSemantics.
IsEqual
(paramRef.ResultType, foundParam.ResultType))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3973
if (!TypeSemantics.
IsEqual
(projectExpression.Projection.ResultType, projectExpression.Input.Variable.ResultType))
System\Data\Mapping\FunctionImportMappingComposable.cs (3)
236
TypeSemantics.
IsEqual
(queryExpression.ResultType, this.FunctionImport.ReturnParameter.TypeUsage),
417
if (!TypeSemantics.
IsEqual
(accessorExpr.ResultType, edmProperty.TypeUsage))
453
if (TypeSemantics.
IsEqual
(functionImportReturnType.TypeUsage, column.TypeUsage))