2 writes to _context
System.Web (2)
HttpResponse.cs (2)
136set { _context = value; } 155_context = context;
47 references to _context
System.Web (47)
HttpResponse.cs (47)
135get { return _context; } 141if (_context == null) 143return _context.Request; 293cookieHeader = cookie.GetSetCookieHeader(_context); 320cookieHeader = cookie.GetSetCookieHeader(_context); 347RuntimeConfig config = RuntimeConfig.GetLKGConfig(_context); 398RuntimeConfig config = RuntimeConfig.GetLKGConfig(_context); 507if (_context != null && _context.ApplicationInstance != null) { 508_context.ApplicationInstance.RaiseOnPreSendRequestHeaders(); 672if (_context != null && _context.ApplicationInstance != null) 673_context.ApplicationInstance.RaiseOnPreSendRequestContent(); 738if (_wr != null && _wr.SupportsAsyncFlush && !_context.IsInCancellablePeriod) { 758if (_wr != null && _wr.SupportsAsyncFlush && !_context.IsInCancellablePeriod) { 805HttpRuntimeSection runtimeConfig = RuntimeConfig.GetLKGConfig(_context).HttpRuntime; 1166if (_context.DynamicUICulture != null) { 1168uiculture = _context.DynamicUICulture; 1172GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(_context).Globalization; 1351customErrorsSetting = CustomErrorsSection.GetSettings(_context, canThrow); 1366if (code == 401 && !_context.IsClientImpersonationConfigured) 1369if (_context.TraceIsEnabled) 1370_context.Trace.StatusCode = code; 1706GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(_context).Globalization; 1736GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(_context).Globalization; 1778GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(_context).Globalization; 2281_context.Request.AppendToLogQueryString(param); 2385Page page = _context.Handler as Page; 2453Page page = _context.Handler as Page; 2560if (_context != null && _context.User != null) { 2561userName = _context.User.Identity.Name; 2562userAuthType = _context.User.Identity.AuthenticationType; 2597if (_context != null && _context.Request != null) { 2598entity = _context.Request.EntityBody; 2676_writer.Write(callback(_context)); 2838_context.IsClientImpersonationConfigured || HttpRuntime.IsOnUNCShareInternal, supportsLongTransmitFile); 3086if (_context.IsInCancellablePeriod) { 3097if (_context.ApplicationInstance != null) { 3098_context.ApplicationInstance.CompleteRequest(); 3138Cache.SetExpires(_context.Timestamp + new TimeSpan(0, _expiresInMinutes, 0)); 3221object ch = _context.CookielessHelper; // This ensures that the cookieless-helper is initialized and applies the AppPathModifier 3304HttpRuntimeSection runtimeConfig = _context.IsRuntimeErrorReported ? 3305RuntimeConfig.GetLKGConfig(_context).HttpRuntime : RuntimeConfig.GetConfig(_context).HttpRuntime; 3531_context.EnsureSessionStateIfNecessary();