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