3 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\RISCV64\RISCV64Unwinder.cs (3)
47
if (
_eman
.GetCodeBlockHandle(context.InstructionPointer.Value) is not CodeBlockHandle cbh)
50
TargetPointer imageBase =
_eman
.GetUnwindInfoBaseAddress(cbh);
51
Data.RuntimeFunction functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(
_eman
.GetUnwindInfo(cbh));