1 write to Low
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\M128.cs (1)
17
Low
= 0;
3 references to Low
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);