11 references to _list
System.Web.DataVisualization (11)
WebForm\General\ChartHttpHandler.cs (11)
1790this._list.AddLast(new RingItem(_list.Count)); 1791this._current = this._list.First; 1830if (!this.IsExpired(this._list.First.Value, now)) 1832this._list.AddLast(new RingItem(_list.Count)); 1833this._current = this._list.Last; 1837this._current = this._list.First; 1844this._list.AddAfter(this._current, new RingItem(_list.Count)); 1892foreach (RingItem item in this._list)