3 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\LoongArch64\LoongArch64Unwinder.cs (3)
39
if (
_eman
.GetCodeBlockHandle(context.InstructionPointer.Value) is not CodeBlockHandle cbh)
42
TargetPointer imageBase =
_eman
.GetUnwindInfoBaseAddress(cbh);
43
Data.RuntimeFunction functionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(
_eman
.GetUnwindInfo(cbh));