1 write to _instance
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
287_instance = instance;
5 references to _instance
System.Linq.Expressions (5)
System\Dynamic\BindingRestrictions.cs (5)
292return obj is InstanceRestriction other && other._expression == _expression && other._instance == _instance; 296=> InstanceRestrictionHash ^ RuntimeHelpers.GetHashCode(_instance!) ^ _expression.GetHashCode(); 300if (_instance == null) 323Expression.Constant(_instance, typeof(object))