3 references to EventMappings
System.Web (3)
Configuration\HealthMonitoringSectionHelper.cs (3)
123
foreach (EventMappingSettings eventMappingSettings in _section.
EventMappings
) {
179
if (_section.
EventMappings
[rule.EventName] == null) {
470
_eventMappingSettings = section.
EventMappings
[ruleSettings.EventName];