2 references to GCHighestAddress
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
116
public const string GCHighestAddress = nameof(
GCHighestAddress
);
Contracts\GC\GC_1.cs (1)
94
maxAddr = _target.ReadPointer(_target.ReadGlobalPointer(Constants.Globals.
GCHighestAddress
));