2 writes to Created
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1792this._current.Value.Created = DateTime.Now - this._itemLifeTime - TimeSpan.FromSeconds(1); 1849this._current.Value.Created = now;
1 reference to Created
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1812TimeSpan elapsed = (now - item.Created);