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