2 references to IsCancellationCompleted
mscorlib (2)
system\threading\CancellationTokenRegistration.cs (1)
84
!tokenSource.
IsCancellationCompleted
&& //running callbacks hasn't finished
system\threading\CancellationTokenSource.cs (1)
741
Contract.Assert(
IsCancellationCompleted
, "Expected cancellation to have finished");