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