1 write to _taskRunnerThread
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
440_taskRunnerThread = new Thread(new ParameterizedThreadStart(RunTask))
3 references to _taskRunnerThread
MSBuildTaskHost (3)
OutOfProcTaskHostNode.cs (3)
445_taskRunnerThread.Start(taskHostConfiguration); 497_taskRunnerThread?.Abort(); 525_taskRunnerThread?.Join();