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