2 implementations of GetJumpThunkTarget
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1536
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetJumpThunkTarget
(void* ctx, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* targetIP, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* targetMD)
SOSDacImpl.cs (1)
2216
int ISOSDacInterface.
GetJumpThunkTarget
(void* ctx, ClrDataAddress* targetIP, ClrDataAddress* targetMD)
2 references to GetJumpThunkTarget
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1561
__retVal = @this.
GetJumpThunkTarget
(ctx, targetIP, targetMD);
SOSDacImpl.cs (1)
2254
int hrLocal = _legacyImpl.
GetJumpThunkTarget
(ctx, &targetIPLocal, &targetMDLocal);