10 references to HealthMonitoringSection
System.Web (10)
Configuration\HealthMonitoringSectionHelper.cs (4)
29HealthMonitoringSection _section; 104internal HealthMonitoringSection HealthMonitoringSection { 469internal RuleInfo(RuleSettings ruleSettings, HealthMonitoringSection section) { 507internal ProviderInstances(HealthMonitoringSection section) {
Configuration\RuntimeConfig.cs (3)
306internal HealthMonitoringSection HealthMonitoring { 308return (HealthMonitoringSection) GetSection("system.web/healthMonitoring", typeof(HealthMonitoringSection));
Configuration\SystemWebSectionGroup.cs (2)
95public HealthMonitoringSection HealthMonitoring { 97return (HealthMonitoringSection) Sections["healthMonitoring"];
Management\webeventbuffer.cs (1)
136HealthMonitoringSection section = RuntimeConfig.GetAppLKGConfig().HealthMonitoring;