1 write to _type
System.Web (1)
Configuration\CustomWebEventKey.cs (1)
14
_type
= eventType;
5 references to _type
System.Web (5)
Configuration\WebBaseEventKeyComparer.cs (5)
18
if (xKey._eventCode == yKey._eventCode && xKey.
_type
.Equals(yKey.
_type
)) {
28
return ((CustomWebEventKey)obj)._eventCode ^ ((CustomWebEventKey)obj).
_type
.GetHashCode();
39
Type xType = xKey.
_type
;
40
Type yType = yKey.
_type
;