2 writes to _appLevelCulture
System.Web (2)
HttpApplication.cs (2)
2642_appLevelCulture = HttpServerUtility.CreateReadOnlyCultureInfo(culture.Substring(5)); 2647_appLevelCulture = HttpServerUtility.CreateReadOnlyCultureInfo(globConfig.Culture);
1 reference to _appLevelCulture
System.Web (1)
HttpApplication.cs (1)
2037culture = _appLevelCulture;