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