3 implementations of GetRelativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
31
public TargetNUInt
GetRelativeOffset
(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetRelativeOffset(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
31
public TargetNUInt
GetRelativeOffset
(CodeBlockHandle codeInfoHandle) => _executionManagerCore.GetRelativeOffset(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
405
TargetNUInt IExecutionManager.
GetRelativeOffset
(CodeBlockHandle codeInfoHandle)
8 references to GetRelativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
31
public TargetNUInt GetRelativeOffset(CodeBlockHandle codeInfoHandle) => _executionManagerCore.
GetRelativeOffset
(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
31
public TargetNUInt GetRelativeOffset(CodeBlockHandle codeInfoHandle) => _executionManagerCore.
GetRelativeOffset
(codeInfoHandle);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
419
TargetNUInt relativeOffset = eman.
GetRelativeOffset
(cbh);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
61
uint relOffset = (uint)eman.
GetRelativeOffset
(cbh).Value;
Contracts\StackWalk\GC\GcScanner.cs (1)
43
TargetNUInt relativeOffset = _eman.
GetRelativeOffset
(cbh);
Contracts\StackWalk\StackWalk_1.cs (1)
1141
uint instructionOffset = (uint)_eman.
GetRelativeOffset
(cbh.Value).Value;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (1)
152
parentNativeOffset = (uint)_eman.
GetRelativeOffset
(cbh.Value).Value;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2189
nativeOffset = eman.
GetRelativeOffset
(cbh).Value;