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)
2029
if((
_appLevelAutoCulture
|| _appLevelAutoUICulture) && _context != null && _context.HideRequestResponse == false) {
2040
if(
_appLevelAutoCulture
) {