3 references to SwitchNoAsyncCurrentCulture
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
53AppContext.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true); 87AppContext.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true);
system\AppContext\AppContextSwitches.cs (1)
20return GetCachedSwitchValue(AppContextDefaultValues.SwitchNoAsyncCurrentCulture, ref _noAsyncCurrentCulture);