3 references to DuplicateVariable
System.Linq.Expressions (3)
System\Linq\Expressions\BlockExpression.cs (1)
1082throw Error.DuplicateVariable(v, collectionName, i);
System\Linq\Expressions\LambdaExpression.cs (2)
870throw Error.DuplicateVariable(param, nameof(parameters), i); 966throw Error.DuplicateVariable(pex, nameof(parameters), i);