1 implementation of ReadFromAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
26public unsafe void ReadFromAddress(Target target, TargetPointer address)
6 references to ReadFromAddress
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (4)
36otherContextHolder.ReadFromAddress(_target, softwareExceptionFrame.TargetContext); 68_context.ReadFromAddress(_target, debuggerEval.TargetContext); 73_context.ReadFromAddress(_target, frame.TargetContextPtr); 78_context.ReadFromAddress(_target, frame.TargetContext);
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
250ctx.ReadFromAddress(_target, rf.TargetContextPtr); 259ctx.ReadFromAddress(_target, fef.TargetContext);