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)
2037
culture =
_appLevelCulture
;