1 write to High
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\M128.cs (1)
18
High
= 0;
3 references to High
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\M128.cs (3)
27
public bool Equals(M128A other) => Low == other.Low &&
High
== other.
High
;
29
public override int GetHashCode() => HashCode.Combine(Low,
High
);