4 references to IsCancellationCompleted
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenRegistration.cs (2)
51
!source.
IsCancellationCompleted
&& // Running callbacks hasn't finished.
81
!source.
IsCancellationCompleted
&& // Running callbacks hasn't finished.
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (2)
346
Debug.Assert(
IsCancellationCompleted
, "Expected cancellation to have finished");
701
Debug.Assert(
IsCancellationCompleted
, "Expected cancellation to have finished");