3 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\ARM\ARMUnwinder.cs (3)
22
if (
_eman
.GetCodeBlockHandle(context.InstructionPointer.Value) is not CodeBlockHandle cbh)
30
TargetPointer imageBase =
_eman
.GetUnwindInfoBaseAddress(cbh);
31
TargetPointer unwindInfoAddr =
_eman
.GetUnwindInfo(cbh);