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