2 writes to _hashCode
System.Core (2)
Microsoft\Scripting\Actions\ExpandoClass.cs (2)
42
_hashCode
= EmptyHashCode;
52
_hashCode
= hashCode;
1 reference to _hashCode
System.Core (1)
Microsoft\Scripting\Actions\ExpandoClass.cs (1)
63
int hashCode =
_hashCode
^ newKey.GetHashCode();