1 write to terminator
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (1)
29terminator = new TargetPointer(target.PointerSize == 8 ? ulong.MaxValue : uint.MaxValue);
3 references to terminator
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\FrameHandling\FrameIterator.cs (3)
36return currentFramePointer != terminator; 41if (currentFramePointer == terminator) 45return currentFramePointer != terminator;