2 references to CreateExpressionList
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (2)
185
return
CreateExpressionList
(arguments, argumentName, false, validationCallback);
1598
validArguments =
CreateExpressionList
(arguments, "arguments", true, (exp, idx) =>