5 references to TypeMustNotBeByRef
System.Linq.Expressions (5)
System\Dynamic\Utils\TypeUtils.cs (1)
938throw Error.TypeMustNotBeByRef(paramName);
System\Linq\Expressions\LambdaExpression.cs (2)
1034throw Error.TypeMustNotBeByRef(nameof(typeArgs)); 1081throw Error.TypeMustNotBeByRef(nameof(typeArgs));
System\Linq\Expressions\TypeBinaryExpression.cs (2)
195if (type.IsByRef) throw Error.TypeMustNotBeByRef(nameof(type)); 210if (type.IsByRef) throw Error.TypeMustNotBeByRef(nameof(type));