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