1 instantiation of TypeRestriction
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
68return new TypeRestriction(expression, type);
1 reference to TypeRestriction
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
270return obj is TypeRestriction other && other._expression == _expression && TypeUtils.AreEquivalent(other._type, _type);