2 instantiations of CustomRestriction
System.Linq.Expressions (2)
System\Dynamic\BindingRestrictions.cs (2)
23public static readonly BindingRestrictions Empty = new CustomRestriction(AstUtils.Constant(true)); 114return new CustomRestriction(expression);
1 reference to CustomRestriction
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
247return obj is CustomRestriction other && other._expression == _expression;