3 instantiations of RingItem
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
1790this._list.AddLast(new RingItem(_list.Count)); 1832this._list.AddLast(new RingItem(_list.Count)); 1844this._list.AddAfter(this._current, new RingItem(_list.Count));
8 references to RingItem
System.Web.DataVisualization (8)
WebForm\General\ChartHttpHandler.cs (8)
503tracker.ForEach(true, delegate(RingItem item) 1767private LinkedListNode<RingItem> _current; 1771private LinkedList<RingItem> _list = new LinkedList<RingItem>(); 1810internal bool IsExpired(RingItem item, DateTime now) 1873internal String GetKey(RingItem ringItem) 1883public void ForEach(bool onlyExpired, Action<RingItem> action) 1892foreach (RingItem item in this._list)