5 references to NotOnFaulted
mscorlib (5)
system\threading\Tasks\Task.cs (3)
4581
TaskContinuationOptions.
NotOnFaulted
|
6979
OnlyOnRanToCompletion =
NotOnFaulted
| NotOnCanceled,
6989
OnlyOnCanceled = NotOnRanToCompletion |
NotOnFaulted
,
system\threading\Tasks\TaskContinuation.cs (1)
335
(options & TaskContinuationOptions.
NotOnFaulted
) == 0);
system\threading\Tasks\TaskFactory.cs (1)
3188
TaskContinuationOptions.
NotOnFaulted
|