2 writes to currentFramePointer
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (2)
31
currentFramePointer
= threadData.Frame;
44
currentFramePointer
= CurrentFrame.Next;
5 references to currentFramePointer
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (5)
22
internal Data.Frame CurrentFrame => target.ProcessedData.GetOrAdd<Data.Frame>(
currentFramePointer
);
24
public TargetPointer CurrentFrameAddress =>
currentFramePointer
;
36
return
currentFramePointer
!= terminator;
41
if (
currentFramePointer
== terminator)
45
return
currentFramePointer
!= terminator;