4 references to IsValidDistinctOpType
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1298
if (!TypeHelpers.
IsValidDistinctOpType
(inputType.TypeUsage))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
2255
if (astBuiltInExpr.Kind == AST.BuiltInKind.Distinct && !TypeHelpers.
IsValidDistinctOpType
(TypeHelpers.GetElementTypeUsage(leftExpr.ResultType)))
2961
if (!TypeHelpers.
IsValidDistinctOpType
(projectionType))
2970
if (!TypeHelpers.
IsValidDistinctOpType
(rowType.Members[i].TypeUsage))