6 references to ThrowExceptionIfDisposedCancellationTokenSource
mscorlib (6)
system\threading\CancellationTokenSource.cs (2)
637if (AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource) 663if (m_disposed && !AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource)
system\threading\Tasks\Parallel.cs (1)
228&& AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource)
system\threading\Tasks\Task.cs (3)
679if (AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource) 5711if (AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource) 5762if (AppContextSwitches.ThrowExceptionIfDisposedCancellationTokenSource)