4 writes to GetName
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (4)
407varVal.GetName = (varDef, idx) => varDef.VariableName; 598keyValidator.GetName = (keyInfo, idx) => keyInfo.Key; 636aggValidator.GetName = (aggInfo, idx) => aggInfo.Key; 1580columnValidator.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> 95this.GetName);