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