1 write to frameHelpers
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (1)
30frameHelpers = new FrameHelpers(target);
4 references to frameHelpers
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (4)
52=> frameHelpers.GetFrameType(CurrentFrame.Identifier); 58=> frameHelpers.GetReturnAddress(CurrentFrame); 64=> frameHelpers.UpdateContextFromFrame(CurrentFrame, context); 70public InternalFrameType GetCurrentInternalFrameType() => frameHelpers.GetInternalFrameType(currentFramePointer);