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();