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