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)
258
return other != null && TypeUtils.AreEquivalent(other.
_type
,
_type
) && other._expression == _expression;
262
return TypeRestrictionHash ^ _expression.GetHashCode() ^
_type
.GetHashCode();
266
return Expression.TypeEqual(_expression,
_type
);