2 writes to _appLevelAutoCulture
System.Web (2)
HttpApplication.cs (2)
2639_appLevelAutoCulture = true; 2646_appLevelAutoCulture = false;
2 references to _appLevelAutoCulture
System.Web (2)
HttpApplication.cs (2)
2029if((_appLevelAutoCulture || _appLevelAutoUICulture) && _context != null && _context.HideRequestResponse == false) { 2040if(_appLevelAutoCulture) {