18 references to AppContext
mscorlib (18)
system\AppContext\AppContextDefaultValues.Defaults.cs (15)
53
AppContext
.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true);
54
AppContext
.DefineSwitchDefault(SwitchThrowExceptionIfDisposedCancellationTokenSource, true);
59
AppContext
.DefineSwitchDefault(SwitchUseLegacyPathHandling, true);
60
AppContext
.DefineSwitchDefault(SwitchBlockLongPaths, true);
61
AppContext
.DefineSwitchDefault(SwitchSetActorAsReferenceWhenCopyingClaimsIdentity, true);
66
AppContext
.DefineSwitchDefault(SwitchDoNotAddrOfCspParentWindowHandle, true);
71
AppContext
.DefineSwitchDefault(SwitchIgnorePortablePDBsInStackTraces, true);
76
AppContext
.DefineSwitchDefault(SwitchCryptographyUseLegacyFipsThrow, true);
77
AppContext
.DefineSwitchDefault(SwitchDoNotMarshalOutByrefSafeArrayOnInvoke, true);
87
AppContext
.DefineSwitchDefault(SwitchNoAsyncCurrentCulture, true);
88
AppContext
.DefineSwitchDefault(SwitchThrowExceptionIfDisposedCancellationTokenSource, true);
89
AppContext
.DefineSwitchDefault(SwitchUseLegacyPathHandling, true);
90
AppContext
.DefineSwitchDefault(SwitchBlockLongPaths, true);
91
AppContext
.DefineSwitchDefault(SwitchDoNotAddrOfCspParentWindowHandle, true);
92
AppContext
.DefineSwitchDefault(SwitchIgnorePortablePDBsInStackTraces, true);
system\AppContext\AppContextDefaultValues.DesktopOverrides.cs (1)
59
AppContext
.DefineSwitchOverride(name, switchValue);
system\AppContext\AppContextSwitches.cs (2)
205
if (
AppContext
.TryGetSwitch(@"TestSwitch.LocalAppContext.DisableCaching", out isEnabled))
223
AppContext
.TryGetSwitch(switchName, out isSwitchEnabled);