6 references to AddTaskContinuation
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (6)
2532
if (!
AddTaskContinuation
(continuationAction, addBeforeOthers: false))
2539
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
2590
if (!
AddTaskContinuation
(stateMachineBox, addBeforeOthers: false))
2597
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
4516
bool continuationQueued =
AddTaskContinuation
(continuation, addBeforeOthers: false);
4529
if (!
AddTaskContinuation
(action, addBeforeOthers))