7 references to LazyCancellation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (4)
1616&& ((continuationOptions & TaskContinuationOptions.LazyCancellation) == 0) 1663&& ((continuationOptions & TaskContinuationOptions.LazyCancellation) == 0) 1987&& ((continuationOptions & TaskContinuationOptions.LazyCancellation) == 0) 2037&& ((continuationOptions & TaskContinuationOptions.LazyCancellation) == 0)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
4401TaskContinuationOptions.LazyCancellation | TaskContinuationOptions.ExecuteSynchronously)) != 0) 4416internalOptions = (continuationOptions & TaskContinuationOptions.LazyCancellation) != 0 ?
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (1)
3028TaskContinuationOptions.LazyCancellation |