5 overrides of QueueTask
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1585
protected override void
QueueTask
(Task task)
Utilities\AwaitExtensions.cs (1)
171
protected override void
QueueTask
(Task task)
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
545
protected internal override void
QueueTask
(Task task)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (1)
557
protected internal override void
QueueTask
(Task task)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
43
protected internal override void
QueueTask
(Task task)
4 references to QueueTask
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskScheduler.cs (4)
83
/// it with the <see cref="
QueueTask
"/> method.
231
this.
QueueTask
(task);
378
/// instances to be executed through either the <see cref="
QueueTask
"/> method or the
552
/// Implementation of <see cref="TaskScheduler.
QueueTask
"/> for this scheduler class.