1 write to _type
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
265_type = type;
4 references to _type
System.Linq.Expressions (4)
System\Dynamic\BindingRestrictions.cs (4)
270return obj is TypeRestriction other && other._expression == _expression && TypeUtils.AreEquivalent(other._type, _type); 273public override int GetHashCode() => TypeRestrictionHash ^ _expression.GetHashCode() ^ _type.GetHashCode(); 275internal override Expression GetExpression() => Expression.TypeEqual(_expression, _type);