2 references to VariableMustNotBeByRef
System.Linq.Expressions (2)
System\Linq\Expressions\CatchBlock.cs (1)
145throw Error.VariableMustNotBeByRef(variable, variable.Type, nameof(variable));
System\Linq\Expressions\Error.cs (1)
352return VariableMustNotBeByRef(p0, p1, GetParamName(paramName, index));