3 references to SwitchThrowExceptionIfDisposedCancellationTokenSource
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
54
AppContext.DefineSwitchDefault(
SwitchThrowExceptionIfDisposedCancellationTokenSource
, true);
88
AppContext.DefineSwitchDefault(
SwitchThrowExceptionIfDisposedCancellationTokenSource
, true);
system\AppContext\AppContextSwitches.cs (1)
60
return GetCachedSwitchValue(AppContextDefaultValues.
SwitchThrowExceptionIfDisposedCancellationTokenSource
, ref _throwExceptionIfDisposedCancellationTokenSource);