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