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