8 references to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (8)
_generated\112\Microsoft_Diagnostics_DataContractReader_Data.InterpMethodContextFrame.g.cs (1)
169
_ =
Ip
;
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (7)
423
if (frame.
Ip
!= TargetPointer.Null)
429
if (next.
Ip
== TargetPointer.Null)
438
while (frame.ParentPtr != TargetPointer.Null && frame.
Ip
== TargetPointer.Null)
462
if (contextFrame.
Ip
!= TargetPointer.Null)
484
context.InstructionPointer = new TargetCodePointer((ulong)topContextFrame.
Ip
);
530
if (parentFrame.
Ip
== TargetPointer.Null)
533
context.InstructionPointer = new TargetCodePointer((ulong)parentFrame.
Ip
);