3 references to MustRewriteWithoutMethod
System.Linq.Expressions (3)
System\Linq\Expressions\ExpressionVisitor.cs (3)
645
throw Error.
MustRewriteWithoutMethod
(after.Method, nameof(VisitUnary));
663
throw Error.
MustRewriteWithoutMethod
(after.Method, nameof(VisitBinary));
679
throw Error.
MustRewriteWithoutMethod
(after.Comparison, nameof(VisitSwitch));