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