1 write to Context
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
872
handle.
Context
= recoveredContext;
13 references to Context
Microsoft.Diagnostics.DataContractReader.Contracts (13)
Contracts\StackWalk\StackWalk_1.cs (13)
118
return new(
Context
.Clone(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame, LastFramelessStackParameterSize);
817
handle.
Context
.StackPointer.Value < handle.FrameIter.CurrentFrameAddress.Value ||
819
$"SP (0x{handle.
Context
.StackPointer:X}) should be below next Frame (0x{handle.FrameIter.CurrentFrameAddress:X})");
824
TargetCodePointer preUnwindIp = new(handle.
Context
.InstructionPointer.Value);
833
if (IsInterpreterCode(handle.
Context
.InstructionPointer))
835
_frameHelpers.InterpreterVirtualUnwind(handle.
Context
);
841
handle.
Context
.Unwind(_target);
858
TargetCodePointer ip = handle.
Context
.InstructionPointer;
862
IPlatformAgnosticContext recoveredContext = RetrieveHijackedContext(handle.
Context
, hijackKind == HijackKind.UnhandledException);
898
handle.FrameIter.UpdateContextFromCurrentFrame(handle.
Context
);
934
bool isManaged = IsManaged(handle.
Context
.InstructionPointer, out _);
985
Debug.Assert(IsManaged(handle.
Context
.InstructionPointer, out _));
994
IPlatformAgnosticContext parentContext = handle.
Context
.Clone();