2 writes to handleIdToWorkerThread
Microsoft.Build.Engine (2)
Engine\TaskWorkerThread.cs (2)
57this.handleIdToWorkerThread = new Hashtable(); 87this.handleIdToWorkerThread = handleIdToWorkerThread;
4 references to handleIdToWorkerThread
Microsoft.Build.Engine (4)
Engine\TaskWorkerThread.cs (4)
385handleIdToWorkerThread[taskToExecute.HandleId] = this; 392handleIdToWorkerThread.Remove(taskToExecute.HandleId); 417workerThread = new TaskWorkerThread(parentModule, exitTaskThreads, exitTaskThreadsCache, workerThreadQueue, handleIdToWorkerThread, 483return (TaskWorkerThread)handleIdToWorkerThread[handleId];