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