2 references to ValidateNew
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1601
TypeUsage resultType = ArgumentValidation.
ValidateNew
(instanceType, arguments, out validArguments);
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1650
resultType = ArgumentValidation.
ValidateNew
(resultType, attributeValues, out validArguments);