1 write to _taskRunnerThread
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
877_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask));
4 references to _taskRunnerThread
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
878_taskRunnerThread.Name = "Task runner for task " + taskHostConfiguration.TaskName; 879_taskRunnerThread.Start(taskHostConfiguration); 937_taskRunnerThread.Abort(); 970_taskRunnerThread?.Join();