4 references to Task
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\JobQueue.cs (1)
133_backgroundJobProcessor = new Task(() => BackgroundJobProcessor(_displayName), TaskCreationOptions.LongRunning);
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
305var task = new Task(
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
305var task = new Task(
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
305var task = new Task(