1 instantiation of CustomWebEventKey
System.Web (1)
Configuration\HealthMonitoringSectionHelper.cs (1)
350customWebEventKey = new CustomWebEventKey(eventType, eventCode);
11 references to CustomWebEventKey
System.Web (11)
Configuration\HealthMonitoringSectionHelper.cs (1)
317CustomWebEventKey customWebEventKey = null;
Configuration\WebBaseEventKeyComparer.cs (10)
15CustomWebEventKey xKey = (CustomWebEventKey)x; 16CustomWebEventKey yKey = (CustomWebEventKey)y; 28return ((CustomWebEventKey)obj)._eventCode ^ ((CustomWebEventKey)obj)._type.GetHashCode(); 32CustomWebEventKey xKey = (CustomWebEventKey)x; 33CustomWebEventKey yKey = (CustomWebEventKey)y;