2 writes to _section
System.Web (2)
Configuration\HealthMonitoringSectionHelper.cs (2)
60_section = RuntimeConfig.GetAppConfig().HealthMonitoring; 71_section = RuntimeConfig.GetAppLKGConfig().HealthMonitoring;
13 references to _section
System.Web (13)
Configuration\HealthMonitoringSectionHelper.cs (13)
73if (_section == null) { 78_enabled = _section.Enabled; 90_providerInstances = new ProviderInstances(_section); 105get { return _section; } 112foreach (ProviderSettings providerSettings in _section.Providers) { 123foreach (EventMappingSettings eventMappingSettings in _section.EventMappings) { 153foreach (RuleSettings rule in _section.Rules) { 160ProviderSettings providerSettings = _section.Providers[provider]; 171if (_section.Profiles[profile] == null) { 179if (_section.EventMappings[rule.EventName] == null) { 210foreach (RuleSettings ruleSettings in _section.Rules) { 220RuleInfo ruleInfo = new RuleInfo(ruleSettings, _section); 255profileSettings = _section.Profiles[ruleInfo._ruleSettings.Profile];