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)
292
return obj is InstanceRestriction other && other._expression == _expression && other.
_instance
==
_instance
;
296
=> InstanceRestrictionHash ^ RuntimeHelpers.GetHashCode(
_instance
!) ^ _expression.GetHashCode();
300
if (
_instance
== null)
323
Expression.Constant(
_instance
, typeof(object))