1 write to Ip
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\102\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)
407
if (frame.
Ip
!= TargetPointer.Null)
413
if (next.
Ip
== TargetPointer.Null)
422
while (frame.ParentPtr != TargetPointer.Null && frame.
Ip
== TargetPointer.Null)
446
if (contextFrame.
Ip
!= TargetPointer.Null)
468
context.InstructionPointer = new TargetCodePointer((ulong)topContextFrame.
Ip
);
514
if (parentFrame.
Ip
== TargetPointer.Null)
517
context.InstructionPointer = new TargetCodePointer((ulong)parentFrame.
Ip
);