5 references to RemoveContinuation
mscorlib (5)
system\threading\Tasks\Task.cs (3)
748
antecedentTask.
RemoveContinuation
(continuation);
3333
if (!IsCompleted)
RemoveContinuation
(mres);
5201
if (!task.IsCompleted) task.
RemoveContinuation
(mres);
system\threading\Tasks\TaskFactory.cs (2)
2463
!task.IsCompleted) task.
RemoveContinuation
(this);
2519
task.
RemoveContinuation
(promise);