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)
1838
if (
_savedUICulture
!= null &&
_savedUICulture
!= Thread.CurrentThread.CurrentUICulture) {
1839
Thread.CurrentThread.CurrentUICulture =
_savedUICulture
;