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