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)
351foundFiringRuleInfos = (ArrayList)_cachedMatchedRulesForCustomEvents[customWebEventKey]; 362lockObject = _cachedMatchedRulesForCustomEvents; 372foundFiringRuleInfos = (ArrayList)_cachedMatchedRulesForCustomEvents[customWebEventKey]; 443_cachedMatchedRulesForCustomEvents[customWebEventKey] = matchedRules;