1 write to postedBuildResults
Microsoft.Build.Engine (1)
Engine\TaskWorkerThread.cs (1)
102this.postedBuildResults = new LinkedList<BuildResult>();
9 references to postedBuildResults
Microsoft.Build.Engine (9)
Engine\TaskWorkerThread.cs (9)
227lock (postedBuildResults) 229if (postedBuildResults.Count > 0) 238lock (postedBuildResults) 240if (postedBuildResults.Count > 0) 430lock (postedBuildResults) 432LinkedListNode<BuildResult> currentNode = postedBuildResults.First; 445postedBuildResults.Clear(); 570lock (workerThread.postedBuildResults) 572workerThread.postedBuildResults.AddLast(new LinkedListNode<BuildResult>(buildResult));