5 references to IsCancellationRequested
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
2217
else if (
IsCancellationRequested
&& IsCancellationAcknowledged)
2406
if (!
IsCancellationRequested
& !IsCanceled)
2432
if (!
IsCancellationRequested
& !IsCanceled)
2571
if (unhandledException is OperationCanceledException exceptionAsOce &&
IsCancellationRequested
&&
3488
Debug.Assert(
IsCancellationRequested
, "SetCancellationAcknowledged() should not be called if the task's CT wasn't signaled");