2 writes to numberOfProjectsInProgress
Microsoft.Build.Engine (2)
Engine\Engine.cs (2)
2009Interlocked.Increment(ref this.numberOfProjectsInProgress); 2034Interlocked.Decrement(ref this.numberOfProjectsInProgress);
5 references to numberOfProjectsInProgress
Microsoft.Build.Engine (5)
Engine\Engine.cs (5)
502return numberOfProjectsInProgress > 0; 1607ErrorUtilities.VerifyThrow(this.numberOfProjectsInProgress == 0 || terminatingBuildRequest != null, 1951bool startRootProjectBuild = this.numberOfProjectsInProgress == 0 && !Router.ChildMode; 2033ErrorUtilities.VerifyThrow(this.numberOfProjectsInProgress != 0, "Number of Projects in progress should not be 0 before the count is decremented"); 2042if (this.numberOfProjectsInProgress == 0 && this.buildRequests.Count == 0)