7 references to LazyCancellation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
4506
TaskContinuationOptions.
LazyCancellation
| TaskContinuationOptions.ExecuteSynchronously)) != 0)
4521
internalOptions = (continuationOptions & TaskContinuationOptions.
LazyCancellation
) != 0 ?
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (1)
3026
TaskContinuationOptions.
LazyCancellation
|
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (4)
1619
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
1666
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
1990
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
2040
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)