1 write to _hashCode
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (1)
42
_hashCode
= hashCode;
3 references to _hashCode
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (3)
54
if (other.
_hashCode
!=
_hashCode
|| otherTypes.Length != types.Length)
77
public override int GetHashCode() =>
_hashCode
;