1 write to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\93\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (1)
35
Ip
= target.ReadPointerField(b, t, n);
7 references to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (7)
409
if (frame.
Ip
!= TargetPointer.Null)
415
if (next.
Ip
== TargetPointer.Null)
424
while (frame.ParentPtr != TargetPointer.Null && frame.
Ip
== TargetPointer.Null)
448
if (contextFrame.
Ip
!= TargetPointer.Null)
470
context.InstructionPointer = new TargetPointer((ulong)topContextFrame.
Ip
);
516
if (parentFrame.
Ip
== TargetPointer.Null)
519
context.InstructionPointer = new TargetPointer((ulong)parentFrame.
Ip
);