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