2 writes to _savedAppLevelCulture
System.Web (2)
HttpApplication.cs (2)
2048_savedAppLevelCulture = Thread.CurrentThread.CurrentCulture; 2070_savedAppLevelCulture = null;
3 references to _savedAppLevelCulture
System.Web (3)
HttpApplication.cs (3)
2064if (_savedAppLevelCulture != null) { 2066if (currentCulture != _savedAppLevelCulture) { 2067HttpRuntime.SetCurrentThreadCultureWithAssert(_savedAppLevelCulture);