1 write to _taskRunnerThread
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
726_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask));
3 references to _taskRunnerThread
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
727_taskRunnerThread.Name = "Task runner for task " + taskHostConfiguration.TaskName; 728_taskRunnerThread.Start(taskHostConfiguration); 811_taskRunnerThread?.Join();