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)
270
return obj is TypeRestriction other && other._expression == _expression && TypeUtils.AreEquivalent(other.
_type
,
_type
);
273
public override int GetHashCode() => TypeRestrictionHash ^ _expression.GetHashCode() ^
_type
.GetHashCode();
275
internal override Expression GetExpression() => Expression.TypeEqual(_expression,
_type
);