2 implementations of GetHillClimbingLogEntry
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\34\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1652
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetHillClimbingLogEntry
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress addr, void* data)
SOSDacImpl.cs (1)
2044
int ISOSDacInterface.
GetHillClimbingLogEntry
(ClrDataAddress addr, void* data)
2 references to GetHillClimbingLogEntry
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\34\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1682
__retVal = @this.
GetHillClimbingLogEntry
(addr, data);
SOSDacImpl.cs (1)
2052
int hrLocal = _legacyImpl.
GetHillClimbingLogEntry
(addr, data);