Base:
property
CanReduce
System.Linq.Expressions.Expression.CanReduce
2 references to CanReduce
System.Core (2)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
442public Boolean CanReduce { get { return _node.CanReduce; } }
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
143if (CanReduce) {