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