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