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