1 write to _expression
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
275_expression = parameter;
5 references to _expression
System.Core (5)
Microsoft\Scripting\Actions\BindingRestrictions.cs (5)
281return other != null && other._instance == _instance && other._expression == _expression; 285return InstanceRestrictionHash ^ RuntimeHelpers.GetHashCode(_instance) ^ _expression.GetHashCode(); 291Expression.Convert(_expression, typeof(object)), 310Expression.Convert(_expression, typeof(object)),