1 write to _ruleSettings
System.Web (1)
Configuration\HealthMonitoringSectionHelper.cs (1)
472
_ruleSettings
= ruleSettings;
15 references to _ruleSettings
System.Web (15)
Configuration\HealthMonitoringSectionHelper.cs (12)
240
providerName = ruleInfo.
_ruleSettings
.Provider;
254
if (ruleInfo.
_ruleSettings
.ElementInformation.Properties["profile"].ValueOrigin != PropertyValueOrigin.Default) {
255
profileSettings = _section.Profiles[ruleInfo.
_ruleSettings
.Profile];
259
if (profileSettings != null && ruleInfo.
_ruleSettings
.ElementInformation.Properties["minInstances"].ValueOrigin == PropertyValueOrigin.Default) {
263
ruleInfo._minInstances = ruleInfo.
_ruleSettings
.MinInstances;
266
if (profileSettings != null && ruleInfo.
_ruleSettings
.ElementInformation.Properties["maxLimit"].ValueOrigin == PropertyValueOrigin.Default) {
270
ruleInfo._maxLimit = ruleInfo.
_ruleSettings
.MaxLimit;
273
if (profileSettings != null && ruleInfo.
_ruleSettings
.ElementInformation.Properties["minInterval"].ValueOrigin == PropertyValueOrigin.Default) {
277
ruleInfo._minInterval = ruleInfo.
_ruleSettings
.MinInterval;
280
if (profileSettings != null && ruleInfo.
_ruleSettings
.ElementInformation.Properties["custom"].ValueOrigin == PropertyValueOrigin.Default) {
285
ruleInfo._customEvaluator = ruleInfo.
_ruleSettings
.Custom;
286
ruleInfo._customEvaluatorConfig = ruleInfo.
_ruleSettings
;
Management\WebEvents.cs (3)
582
ruleInfo.
_ruleSettings
.Provider,
583
ruleInfo.
_ruleSettings
.Name,
584
ruleInfo.
_ruleSettings
.EventName,