1 write to Context
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
865
handle.
Context
= recoveredContext;
12 references to Context
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\StackWalk\StackWalk_1.cs (12)
116
return new(
Context
.Clone(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame);
815
handle.
Context
.StackPointer.Value < handle.FrameIter.CurrentFrameAddress.Value ||
817
$"SP (0x{handle.
Context
.StackPointer:X}) should be below next Frame (0x{handle.FrameIter.CurrentFrameAddress:X})");
826
if (IsInterpreterCode(handle.
Context
.InstructionPointer))
828
_frameHelpers.InterpreterVirtualUnwind(handle.
Context
);
834
handle.
Context
.Unwind(_target);
851
TargetCodePointer ip = handle.
Context
.InstructionPointer;
855
IPlatformAgnosticContext recoveredContext = RetrieveHijackedContext(handle.
Context
, hijackKind == HijackKind.UnhandledException);
891
handle.FrameIter.UpdateContextFromCurrentFrame(handle.
Context
);
927
bool isManaged = IsManaged(handle.
Context
.InstructionPointer, out _);
978
Debug.Assert(IsManaged(handle.
Context
.InstructionPointer, out _));
987
IPlatformAgnosticContext parentContext = handle.
Context
.Clone();