2 writes to _savedUICulture
System.Web (2)
Hosting\HostingEnvironment.cs (2)
1828_savedUICulture = currentUICulture; 1840_savedUICulture = null;
3 references to _savedUICulture
System.Web (3)
Hosting\HostingEnvironment.cs (3)
1838if (_savedUICulture != null && _savedUICulture != Thread.CurrentThread.CurrentUICulture) { 1839Thread.CurrentThread.CurrentUICulture = _savedUICulture;