3 references to AwaitTaskContinuation
mscorlib (3)
system\threading\Tasks\Task.cs (1)
3006
tc = new
AwaitTaskContinuation
(continuationAction, flowExecutionContext: true, stackMark: ref stackMark);
system\threading\Tasks\TaskContinuation.cs (2)
403
base
(action, flowExecutionContext, ref stackMark)
494
base
(action, flowExecutionContext, ref stackMark)