1 write to _expression
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
286_expression = parameter;
5 references to _expression
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(); 303Expression.Convert(_expression, typeof(object)), 330Expression.Convert(_expression, typeof(object)),