1 write to _expression
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
252
_expression
= parameter;
4 references to _expression
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);