4 writes to _activeTaskCount
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
1071
Interlocked.Decrement(ref
_activeTaskCount
);
1081
Interlocked.Increment(ref
_activeTaskCount
);
1460
Interlocked.Increment(ref
_activeTaskCount
);
1568
Interlocked.Decrement(ref
_activeTaskCount
);
6 references to _activeTaskCount
MSBuild (6)
OutOfProcTaskHostNode.cs (6)
1196
Assumed.Zero(
_activeTaskCount
, $"Why are we getting a TaskHostConfiguration packet while a task is actively executing? activeTaskCount={
_activeTaskCount
}");
1270
if (
_activeTaskCount
== 0 && _blockedTaskCount == 0)
1305
if (
_activeTaskCount
> 0)
1326
Assumed.Zero(
_activeTaskCount
, "We should never have a task in the process of executing when we receive NodeBuildComplete.");
1498
&&
_activeTaskCount
== 1