8 references to ApplicationCodeBase
System.Web (8)
Management\WebEventCodes.cs (7)
37
public const int ApplicationStart =
ApplicationCodeBase
+ 1;
38
public const int ApplicationShutdown =
ApplicationCodeBase
+ 2;
39
public const int ApplicationCompilationStart =
ApplicationCodeBase
+ 3;
40
public const int ApplicationCompilationEnd =
ApplicationCodeBase
+ 4;
41
public const int ApplicationHeartbeat =
ApplicationCodeBase
+ 5;
43
internal const int ApplicationCodeBaseLast =
ApplicationCodeBase
+ 5;
406
size = WebEventCodes.ApplicationCodeBaseLast - WebEventCodes.
ApplicationCodeBase
;
Management\WebEvents.cs (1)
752
if (eventCode >= WebEventCodes.
ApplicationCodeBase
&&