system\AppContext\AppContextDefaultValues.Defaults.cs (15)
53AppContext.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true);
54AppContext.DefineSwitchDefault(SwitchThrowExceptionIfDisposedCancellationTokenSource, true);
59AppContext.DefineSwitchDefault(SwitchUseLegacyPathHandling, true);
60AppContext.DefineSwitchDefault(SwitchBlockLongPaths, true);
61AppContext.DefineSwitchDefault(SwitchSetActorAsReferenceWhenCopyingClaimsIdentity, true);
66AppContext.DefineSwitchDefault(SwitchDoNotAddrOfCspParentWindowHandle, true);
71AppContext.DefineSwitchDefault(SwitchIgnorePortablePDBsInStackTraces, true);
76AppContext.DefineSwitchDefault(SwitchCryptographyUseLegacyFipsThrow, true);
77AppContext.DefineSwitchDefault(SwitchDoNotMarshalOutByrefSafeArrayOnInvoke, true);
87AppContext.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true);
88AppContext.DefineSwitchDefault(SwitchThrowExceptionIfDisposedCancellationTokenSource, true);
89AppContext.DefineSwitchDefault(SwitchUseLegacyPathHandling, true);
90AppContext.DefineSwitchDefault(SwitchBlockLongPaths, true);
91AppContext.DefineSwitchDefault(SwitchDoNotAddrOfCspParentWindowHandle, true);
92AppContext.DefineSwitchDefault(SwitchIgnorePortablePDBsInStackTraces, true);