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