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)
54if (other._hashCode != _hashCode || otherTypes.Length != types.Length) 77public override int GetHashCode() => _hashCode;