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