1 write to _instance
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
276_instance = instance;
5 references to _instance
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(); 289if (_instance == null) { 302Expression.Constant(new WeakReference(_instance)),