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