8 references to SetCurrentThreadCultureWithAssert
System.Web (8)
HttpApplication.cs (2)
2052HttpRuntime.SetCurrentThreadCultureWithAssert(culture); 2067HttpRuntime.SetCurrentThreadCultureWithAssert(_savedAppLevelCulture);
HttpRuntime.cs (2)
672SetCurrentThreadCultureWithAssert(savedCulture); 1331SetCurrentThreadCultureWithAssert(HttpServerUtility.CreateReadOnlyCultureInfo(globConfig.Culture));
ThreadContext.cs (2)
259HttpRuntime.SetCurrentThreadCultureWithAssert(_originalThreadCurrentCulture); 326HttpRuntime.SetCurrentThreadCultureWithAssert(culture);
UI\BatchParser.cs (2)
49HttpRuntime.SetCurrentThreadCultureWithAssert(CultureInfo.InvariantCulture); 58HttpRuntime.SetCurrentThreadCultureWithAssert(prevCulture);