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