1 write to RealType
System.Web (1)
Configuration\HealthMonitoringSectionHelper.cs (1)
150
eventMappingSettings.
RealType
= type;
4 references to RealType
System.Web (4)
Configuration\HealthMonitoringSectionHelper.cs (2)
478
if (!(eventType.Equals(_eventMappingSettings.
RealType
) ||
479
eventType.IsSubclassOf(_eventMappingSettings.
RealType
))) {
Configuration\RuleInfoComparer.cs (2)
43
((HealthMonitoringSectionHelper.RuleInfo)x)._eventMappingSettings.
RealType
;
45
((HealthMonitoringSectionHelper.RuleInfo)y)._eventMappingSettings.
RealType
;