2 instantiations of CustomRestriction
System.Core (2)
Microsoft\Scripting\Actions\BindingRestrictions.cs (2)
41public static readonly BindingRestrictions Empty = new CustomRestriction(Expression.Constant(true)); 118return new CustomRestriction(expression);
2 references to CustomRestriction
System.Core (2)
Microsoft\Scripting\Actions\BindingRestrictions.cs (2)
234var other = obj as CustomRestriction;