2 references to MustBeReducible
System.Linq.Expressions (2)
System\Linq\Expressions\Expression.cs (2)
150if (!CanReduce) throw Error.MustBeReducible(); 185if (!CanReduce) throw Error.MustBeReducible();