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