3 writes to activeNodeCount
Microsoft.Build.Engine (3)
LocalProvider\LocalNodeProvider.cs (3)
80this.activeNodeCount = 0; 518Interlocked.Decrement(ref activeNodeCount); 530Interlocked.Increment(ref activeNodeCount);
1 reference to activeNodeCount
Microsoft.Build.Engine (1)
LocalProvider\LocalNodeProvider.cs (1)
292responseCount = activeNodeCount;