3 references to ToExpression
System.Linq.Expressions (3)
System\Dynamic\BindingRestrictions.cs (2)
339private string DebugView => ToExpression().ToString(); 353public Expression Test => _node.ToExpression();
System\Dynamic\DynamicMetaObjectBinder.cs (1)
131body = Expression.IfThen(restrictions.ToExpression(), body);