1 reference to ArgumentMustNotHaveValueType
System.Linq.Expressions (1)
System\Linq\Expressions\UnaryExpression.cs (1)
887
if (value.Type.IsValueType) throw Error.
ArgumentMustNotHaveValueType
(nameof(value));