Base:
property
CanReduce
System.Linq.Expressions.Expression.CanReduce
2 references to CanReduce
System.Linq.Expressions (2)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
483
public bool CanReduce => _node.
CanReduce
;
System\Linq\Expressions\UnaryExpression.cs (1)
115
if (
CanReduce
)