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