6 references to AddTaskContinuation
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (6)
2533
if (!
AddTaskContinuation
(continuationAction, addBeforeOthers: false))
2540
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
2591
if (!
AddTaskContinuation
(stateMachineBox, addBeforeOthers: false))
2598
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
4517
bool continuationQueued =
AddTaskContinuation
(continuation, addBeforeOthers: false);
4530
if (!
AddTaskContinuation
(action, addBeforeOthers))