1 write to workerThread
Microsoft.Build.Engine (1)
Engine\TaskExecutionModule.cs (1)
65workerThread = new TaskWorkerThread(this, profileExecution);
11 references to workerThread
Microsoft.Build.Engine (11)
Engine\TaskExecutionModule.cs (11)
66workerThread.ActivateThread(); 142return activeThreadCount == 0 && workerThread.WorkItemCount == 0; 319workerThread.WaitForResults(handleId, buildResultsLocal, buildRequests); 366workerThread.WaitForResults(handleId, resultsArrayBreadthFirst, wrapperArrayBreadthFirst); 379workerThread.WaitForResults(handleId, resultsArrayDepthFirst, wrapperArrayDepthFirst); 458workerThread.PostWorkItem(taskState); 484workerThread.PostBuildResult(buildResult); 494if (activeThreadCount == 0 && workerThread.WorkItemCount == 0) 510return workerThread.GetWaitingTasksData(outstandingRequests); 519workerThread.Shutdown(); 589return workerThread;