4 writes to GetName
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (4)
407
varVal.
GetName
= (varDef, idx) => varDef.VariableName;
598
keyValidator.
GetName
= (keyInfo, idx) => keyInfo.Key;
636
aggValidator.
GetName
= (aggInfo, idx) => aggInfo.Key;
1580
columnValidator.
GetName
= ((columnValue, idx) => columnValue.Key);
3 references to GetName
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs (3)
85
/// <exception cref="ArgumentException">If <see cref="
GetName
"/> is set and a duplicate name is derived for more than one input element.</exception>
86
/// <remarks>Other exceptions may be thrown by the <see cref="ConvertElement"/> and <see cref="CreateResult"/> functions, and by the <see cref="
GetName
"/> function, if specified.</remarks>
95
this.
GetName
);