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