1 write to _application
System.Web (1)
HttpApplication.cs (1)
3418_application = app;
8 references to _application
System.Web (8)
HttpApplication.cs (8)
3433HttpContext context = _application.Context; 3455_application.CompleteRequest(); 3484if (_application._stepInvoker != null) { 3487_application._stepInvoker.Invoke(() => { 3508_application.ResumeStepsFromThreadPoolThread(error); 3526HttpContext context = _application.Context; 3553var beginProcessRequestDelegate = AppVerifier.WrapBeginMethod<HttpContext>(_application, asyncHandler.BeginProcessRequest); 3633get { return (_application.Context.Handler is IHttpAsyncHandler) ? false : true; }