7 references to LazyCancellation
mscorlib (7)
system\threading\Tasks\FutureFactory.cs (4)
1788
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
1835
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
2189
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
2236
&& ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) == 0)
system\threading\Tasks\Task.cs (2)
4602
TaskContinuationOptions.
LazyCancellation
| TaskContinuationOptions.ExecuteSynchronously)) != 0)
4620
if ((continuationOptions & TaskContinuationOptions.
LazyCancellation
) != 0)
system\threading\Tasks\TaskFactory.cs (1)
3205
TaskContinuationOptions.
LazyCancellation
|