2 implementations of GetHillClimbingLogEntry
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\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)
2061
int ISOSDacInterface.
GetHillClimbingLogEntry
(ClrDataAddress addr, void* data)
2 references to GetHillClimbingLogEntry
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1682
__retVal = @this.
GetHillClimbingLogEntry
(addr, data);
SOSDacImpl.cs (1)
2069
int hrLocal = _legacyImpl.
GetHillClimbingLogEntry
(addr, data);