1 write to _taskRunnerThread
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
735_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask));
3 references to _taskRunnerThread
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
736_taskRunnerThread.Name = "Task runner for task " + taskHostConfiguration.TaskName; 737_taskRunnerThread.Start(taskHostConfiguration); 820_taskRunnerThread?.Join();