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