1 write to _expression
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
230_expression = expression;
4 references to _expression
System.Core (4)
Microsoft\Scripting\Actions\BindingRestrictions.cs (4)
235return other != null && other._expression == _expression; 239return CustomRestrictionHash ^ _expression.GetHashCode(); 243return _expression;