1 instantiation of InstanceRestriction
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
98return new InstanceRestriction(expression, instance);
1 reference to InstanceRestriction
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
292return obj is InstanceRestriction other && other._expression == _expression && other._instance == _instance;