10 references to RunSynchronously
mscorlib (6)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
629
t.
RunSynchronously
(m_pair.m_underlyingTaskScheduler);
system\threading\Tasks\Parallel.cs (5)
317
rootTask.
RunSynchronously
(parallelOptions.EffectiveTaskScheduler);
370
tasks[0].
RunSynchronously
(parallelOptions.EffectiveTaskScheduler);
1263
rootTask.
RunSynchronously
(parallelOptions.EffectiveTaskScheduler); // might throw TSE
1576
rootTask.
RunSynchronously
(parallelOptions.EffectiveTaskScheduler); // might throw TSE
3469
rootTask.
RunSynchronously
(parallelOptions.EffectiveTaskScheduler);
System.Core (4)
System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs (1)
116
rootTask.
RunSynchronously
(taskScheduler);
System\Linq\Parallel\Scheduling\QueryTask.cs (1)
69
task.
RunSynchronously
(taskScheduler);
System\Linq\Parallel\Scheduling\SpoolingTask.cs (2)
73
rootTask.
RunSynchronously
(taskScheduler);
168
rootTask.
RunSynchronously
(taskScheduler);