3 references to UserDefinedOpMustHaveValidReturnType
System.Linq.Expressions (3)
System\Linq\Expressions\BinaryExpression.cs (2)
670
throw Error.
UserDefinedOpMustHaveValidReturnType
(binaryType, b.Method!.Name);
703
throw Error.
UserDefinedOpMustHaveValidReturnType
(binaryType, b.Method!.Name);
System\Linq\Expressions\UnaryExpression.cs (1)
1075
throw Error.
UserDefinedOpMustHaveValidReturnType
(kind, method!.Name);