11 references to ExecutingTaskScheduler
mscorlib (11)
system\threading\Tasks\FutureFactory.cs (1)
73
return currTask.
ExecutingTaskScheduler
;
system\threading\Tasks\Task.cs (3)
2536
creationOptionsForReplica, internalOptionsForReplica, parentTask.
ExecutingTaskScheduler
);
2607
childTask = root.CreateReplicaTask(taskReplicaDelegate, root.m_stateObject, root, root.
ExecutingTaskScheduler
,
2647
Task replacementReplica = root.CreateReplicaTask(taskReplicaDelegate, root.m_stateObject, root, root.
ExecutingTaskScheduler
,
system\threading\Tasks\TaskContinuation.cs (3)
428
etwLog.AwaitTaskContinuationScheduled((task.
ExecutingTaskScheduler
?? TaskScheduler.Default).Id, task.Id, m_continuationId);
622
etwLog.AwaitTaskContinuationScheduled((task.
ExecutingTaskScheduler
?? TaskScheduler.Default).Id, task.Id, m_continuationId);
833
etwLog.AwaitTaskContinuationScheduled((task.
ExecutingTaskScheduler
?? TaskScheduler.Default).Id, task.Id, atc.m_continuationId);
system\threading\Tasks\TaskFactory.cs (1)
69
return currTask.
ExecutingTaskScheduler
;
system\threading\Tasks\TaskScheduler.cs (3)
197
TaskScheduler ets = task.
ExecutingTaskScheduler
;
371
) ? currentTask.
ExecutingTaskScheduler
: null;
453
if (task.
ExecutingTaskScheduler
!= this)