6 references to _eman
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (6)
48
if (
_eman
.GetCodeBlockHandle(context.InstructionPointer.Value) is not CodeBlockHandle cbh)
53
TargetPointer imageBase =
_eman
.GetUnwindInfoBaseAddress(cbh);
54
TargetPointer unwindInfoAddr =
_eman
.GetUnwindInfo(cbh);
1245
if (
_eman
.GetCodeBlockHandle(controlPC.Value) is not CodeBlockHandle cbh)
1248
TargetPointer targetImageBase =
_eman
.GetUnwindInfoBaseAddress(cbh);
1249
Data.RuntimeFunction targetFunctionEntry = _target.ProcessedData.GetOrAdd<Data.RuntimeFunction>(
_eman
.GetUnwindInfo(cbh));