9 writes to _context
System.Web (9)
HttpApplication.cs (9)
1468_context = context; 1539_context = context; 1586_context = null; 1674_context = context; 1692_context = null; 2431_context = context; 2442_context = null; 2734_context = context; 2803_context = null;
59 references to _context
System.Web (59)
HttpApplication.cs (59)
209return(_context != null) ? _context : _initContext; 302return (_context != null) ? _context.Error : _lastError; 357if (_context != null && !_hideRequestResponse) 358request = _context.Request; 381if (_context != null && !_hideRequestResponse) 382response = _context.Response; 407else if (_context != null) 408session = _context.Session; 445if (_context != null) 446return _context.Server; 462if (_context == null) 465return _context.User; 623if (_context != null) { 624_context.AddError(e); 669return (_context.NotificationContext != null) ? _context.NotificationContext.AsyncResult : null; 677_context.NotificationContext.AsyncResult = value; 689private PipelineModuleStepContainer CurrentModuleContainer { get { return ModuleContainers[_context.CurrentModuleIndex]; } } 1469_context.ApplicationInstance = this; 1474_context.Root(); 1482if (_context.TraceIsEnabled) 1483HttpRuntime.Profile.StartRequest(_context); 1540if (HttpRuntime.UseIntegratedPipeline && _context != null) { 1541_context.HideRequestResponse = true; 1582if (HttpRuntime.UseIntegratedPipeline && _context != null) { 1583_context.HideRequestResponse = false; 1675if (HttpRuntime.UseIntegratedPipeline && _context != null) { 1676_context.HideRequestResponse = true; 1688if (HttpRuntime.UseIntegratedPipeline && _context != null) { 1689_context.HideRequestResponse = false; 2029if((_appLevelAutoCulture || _appLevelAutoUICulture) && _context != null && _context.HideRequestResponse == false) { 2030string[] userLanguages = _context.UserLanguagesFromContext(); 2112ThreadContext threadContext = new ThreadContext(_context); 2120_context.EnsureTimeout(); 2122HttpRuntime.RequestTimeoutManager.Add(_context); 2132return _context; 2170_stepInvoker = new StepInvoker((nextStepAction) => callback(new HttpContextWrapper(_context), nextStepAction), nextStep); 2200_context.BeginCancellablePeriod(); // request can be cancelled from this point 2206_context.EndCancellablePeriod(); // request can be cancelled until this point 2209_context.WaitForExceptionIfCancelled(); // wait outside of finally 2308if (_context != null) { 2309if (_context.Error != null) 2312_context.AddError(error); 2731if (null == _context) { 2735_context.ApplicationInstance = this; 2737if (_context.TraceIsEnabled) 2738HttpRuntime.Profile.StartRequest(_context); 2741_context.SetImpersonationEnabled(); 2750if (_context == null) { 2781if (_context != null) 2783if (_context.TraceIsEnabled) { 2784HttpRuntime.Profile.EndRequest(_context); 2786_context.ClearReferences(); 2788HttpRuntime.RequestTimeoutManager.Remove(_context); 2794_context.FirstRequest && 2795_context.Error == null) {