35 references to Start
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
467tasks[i].Start();
Microsoft.ML.TestFramework (2)
TestCommandBase.cs (2)
1002t[0].Start(); 1003t[1].Start();
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\JobQueue.cs (1)
134_backgroundJobProcessor.Start();
rzc (1)
DefaultRequestDispatcher.cs (1)
424task.Start();
System.Private.CoreLib (26)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task_T.cs (1)
48/// <see cref="Task.Start()">Start</see>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
88/// and scheduling must be separated, the constructors may be used, and the task's <see cref="Start()"/>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (8)
253/// <see cref="Task.Start()">Start</see> to schedule it for execution. 280/// <see cref="Task.Start()">Start</see> to schedule it for execution. 309/// <see cref="Task.Start()">Start</see> to schedule it for execution. 349/// <see cref="Task.Start()">Start</see> to schedule it for execution. 374/// <see cref="Task.Start()">Start</see> to schedule it for execution. 403/// <see cref="Task.Start()">Start</see> to schedule it for execution. 434/// <see cref="Task.Start()">Start</see> to schedule it for execution. 476/// <see cref="Task.Start()">Start</see> to schedule it for execution.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (16)
272/// <see cref="Task.Start()">Start</see> to schedule it for execution. However, 297/// <see cref="Task.Start()">Start</see> to schedule it for execution. However, 325/// <see cref="Task.Start()">Start</see> to schedule it for execution. 364/// <see cref="Task.Start()">Start</see> to schedule it for execution. 389/// <see cref="Task.Start()">Start</see> to schedule it for execution. 418/// <see cref="Task.Start()">Start</see> to schedule it for execution. 448/// <see cref="Task.Start()">Start</see> to schedule it for execution. 489/// <see cref="Task.Start()">Start</see> to schedule it for execution. 516/// <see cref="Task.Start()">Start</see> to schedule it for execution. 547/// <see cref="Task.Start()">Start</see> to schedule it for execution. 579/// <see cref="Task.Start()">Start</see> to schedule it for execution. 622/// <see cref="Task.Start()">Start</see> to schedule it for execution. 650/// <see cref="Task.Start()">Start</see> to schedule it for execution. 683/// <see cref="Task.Start()">Start</see> to schedule it for execution. 717/// <see cref="Task.Start()">Start</see> to schedule it for execution. 762/// <see cref="Task.Start()">Start</see> to schedule it for execution.
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
330task.Start();
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
330task.Start();
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
330task.Start();
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
173task.Start();