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