11 references to RaiseSystemEvent
System.Web (11)
Compilation\AssemblyBuilder.cs (2)
966WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.ApplicationCompilationStart); 1020WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.ApplicationCompilationEnd);
HttpApplicationFactory.cs (2)
146WebBaseEvent.RaiseSystemEvent(_theApplicationFactory, WebEventCodes.ApplicationStart); 175WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.ApplicationStart);
Management\WebEvents.cs (1)
2432WebBaseEvent.RaiseSystemEvent(null, WebEventCodes.ApplicationHeartbeat);
Security\FileAuthorizationModule.cs (2)
240WebBaseEvent.RaiseSystemEvent(null, WebEventCodes.AuditFileAuthorizationSuccess); 244WebBaseEvent.RaiseSystemEvent(null, WebEventCodes.AuditFileAuthorizationFailure);
Security\UrlAuthorizationModule.cs (2)
116WebBaseEvent.RaiseSystemEvent(webEventSource, WebEventCodes.AuditUrlAuthorizationFailure); 153WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.AuditUrlAuthorizationSuccess);
UI\Page.cs (2)
4535WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.RequestTransactionAbort); 4539WebBaseEvent.RaiseSystemEvent(this, WebEventCodes.RequestTransactionComplete);