1 implementation of ReadFromAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
27public unsafe void ReadFromAddress(Target target, TargetPointer address)
7 references to ReadFromAddress
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\FrameHandling\BaseFrameHandler.cs (4)
36otherContextHolder.ReadFromAddress(_target, softwareExceptionFrame.TargetContext); 65_context.ReadFromAddress(_target, debuggerEval.TargetContext); 70_context.ReadFromAddress(_target, frame.TargetContextPtr); 75_context.ReadFromAddress(_target, frame.TargetContext);
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
251ctx.ReadFromAddress(_target, rf.TargetContextPtr); 260ctx.ReadFromAddress(_target, fef.TargetContext);
Contracts\StackWalk\StackWalk_1.cs (1)
1029recovered.ReadFromAddress(_target, contextAddress);