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