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