3 overrides of TryExecuteTaskInline
mscorlib (3)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
559protected override bool TryExecuteTaskInline(Task task, bool taskWasPreviouslyQueued)
system\threading\Tasks\TaskScheduler.cs (1)
679protected override bool TryExecuteTaskInline(Task task, bool taskWasPreviouslyQueued)
system\threading\Tasks\ThreadPoolTaskScheduler.cs (1)
82protected override bool TryExecuteTaskInline(Task task, bool taskWasPreviouslyQueued)
2 references to TryExecuteTaskInline
mscorlib (2)
system\threading\Tasks\TaskScheduler.cs (2)
219bInlined = TryExecuteTaskInline(task, taskWasPreviouslyQueued); 431/// <see cref="TryExecuteTaskInline"/> method. When the scheduler deems it appropriate to run the