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