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)
73
if (
_section
== null) {
78
_enabled =
_section
.Enabled;
90
_providerInstances = new ProviderInstances(
_section
);
105
get { return
_section
; }
112
foreach (ProviderSettings providerSettings in
_section
.Providers) {
123
foreach (EventMappingSettings eventMappingSettings in
_section
.EventMappings) {
153
foreach (RuleSettings rule in
_section
.Rules) {
160
ProviderSettings providerSettings =
_section
.Providers[provider];
171
if (
_section
.Profiles[profile] == null) {
179
if (
_section
.EventMappings[rule.EventName] == null) {
210
foreach (RuleSettings ruleSettings in
_section
.Rules) {
220
RuleInfo ruleInfo = new RuleInfo(ruleSettings,
_section
);
255
profileSettings =
_section
.Profiles[ruleInfo._ruleSettings.Profile];