1 write to _cachedMatchedRulesForCustomEvents
System.Web (1)
Configuration\HealthMonitoringSectionHelper.cs (1)
91
_cachedMatchedRulesForCustomEvents
= new Hashtable(new WebBaseEventKeyComparer());
4 references to _cachedMatchedRulesForCustomEvents
System.Web (4)
Configuration\HealthMonitoringSectionHelper.cs (4)
351
foundFiringRuleInfos = (ArrayList)
_cachedMatchedRulesForCustomEvents
[customWebEventKey];
362
lockObject =
_cachedMatchedRulesForCustomEvents
;
372
foundFiringRuleInfos = (ArrayList)
_cachedMatchedRulesForCustomEvents
[customWebEventKey];
443
_cachedMatchedRulesForCustomEvents
[customWebEventKey] = matchedRules;