1 write to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\InterpMethodContextFrame.cs (1)
16Ip = target.ReadPointerField(address, type, nameof(Ip));
8 references to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (7)
336if (frame.Ip != TargetPointer.Null) 342if (next.Ip == TargetPointer.Null) 351while (frame.ParentPtr != TargetPointer.Null && frame.Ip == TargetPointer.Null) 375if (contextFrame.Ip != TargetPointer.Null) 397context.InstructionPointer = new TargetPointer((ulong)topContextFrame.Ip); 443if (parentFrame.Ip == TargetPointer.Null) 446context.InstructionPointer = new TargetPointer((ulong)parentFrame.Ip);
Data\InterpMethodContextFrame.cs (1)
16Ip = target.ReadPointerField(address, type, nameof(Ip));