1 write to _type
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
253_type = type;
4 references to _type
System.Core (4)
Microsoft\Scripting\Actions\BindingRestrictions.cs (4)
258return other != null && TypeUtils.AreEquivalent(other._type, _type) && other._expression == _expression; 262return TypeRestrictionHash ^ _expression.GetHashCode() ^ _type.GetHashCode(); 266return Expression.TypeEqual(_expression, _type);