8 references to AddTaskContinuation
System.Private.CoreLib (8)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
835
if (!taskCont.Task.
AddTaskContinuation
(taskCont, addBeforeOthers: false))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (7)
2687
if (!
AddTaskContinuation
(continuationAction, addBeforeOthers: false))
2694
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
2745
if (!
AddTaskContinuation
(stateMachineBox, addBeforeOthers: false))
2752
if (!
AddTaskContinuation
(tc, addBeforeOthers: false))
4701
bool continuationQueued =
AddTaskContinuation
(continuation, addBeforeOthers: false);
4714
if (!
AddTaskContinuation
(action, addBeforeOthers))
4719
=>
AddTaskContinuation
(action, addBeforeOthers);