1 write to _handlerConstructor
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1043this._handlerConstructor = this.HandlerType.GetConstructor(
3 references to _handlerConstructor
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
1029if (this._handlerConstructor == null) 1033_storageHandler = this._handlerConstructor.Invoke(new object[0]) as IChartStorageHandler; 1048if (this._handlerConstructor == null)