2 writes to _installed
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
147_installed = true; 156_installed = !String.IsNullOrEmpty(WebConfigurationManager.AppSettings[ChartHttpHandlerAppSection]);
2 references to _installed
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
159if (_installed || hardCheck) 497if (!_installed) return;