1 write to Context
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
883
handle.
Context
= recoveredContext;
13 references to Context
Microsoft.Diagnostics.DataContractReader.Contracts (13)
Contracts\StackWalk\StackWalk_1.cs (13)
124
return new(
Context
.Clone(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame, IsInterrupted, HasFaulted, isExceptionFrame);
831
handle.
Context
.StackPointer.Value < handle.FrameIter.CurrentFrameAddress.Value ||
833
$"SP (0x{handle.
Context
.StackPointer:X}) should be below next Frame (0x{handle.FrameIter.CurrentFrameAddress:X})");
843
if (IsInterpreterCode(handle.
Context
.InstructionPointer))
845
_frameHelpers.InterpreterVirtualUnwind(handle.
Context
);
851
handle.
Context
.Unwind(_target);
868
TargetCodePointer ip = handle.
Context
.InstructionPointer;
872
IPlatformAgnosticContext recoveredContext = RetrieveHijackedContext(handle.
Context
, hijackKind == HijackKind.UnhandledException);
909
handle.FrameIter.UpdateContextFromCurrentFrame(handle.
Context
);
945
bool isManaged = IsManaged(handle.
Context
.InstructionPointer, out _);
960
&& HasFaultedContext(handle.
Context
);
999
Debug.Assert(IsManaged(handle.
Context
.InstructionPointer, out _));
1008
IPlatformAgnosticContext parentContext = handle.
Context
.Clone();