8 : base(
action, flowExecutionContext)
13 internal sealed override void Run(
Task ignored,
bool canInlineContinuationTask)
17 base.Run(ignored, canInlineContinuationTask);
39 task.ScheduleAndStart(needsProtection:
false);
Task CreateTask(Action< object > action, object state, TaskScheduler scheduler)
static void InlineIfPossibleOrElseQueue(Task task, bool needsProtection)
override void Run(Task ignored, bool canInlineContinuationTask)
readonly TaskScheduler m_scheduler
TaskSchedulerAwaitTaskContinuation(TaskScheduler scheduler, Action action, bool flowExecutionContext)
static TaskScheduler Default
static void ThrowAsync(Exception exception, SynchronizationContext targetContext)
static Thread CurrentThread