3 writes to _pendingCount
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\RarNodeBuildEngine.cs (3)
153
_pendingCount
= 0;
169
_pendingCount
++;
175
_pendingCount
= 0;
4 references to _pendingCount
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\RarNodeBuildEngine.cs (4)
150
if (
_pendingCount
> 0)
152
_ = _eventCountChannel.Writer.TryWrite(
_pendingCount
);
172
if (
_pendingCount
== MaxBuildEventsBeforeFlush)
174
_ = _eventCountChannel.Writer.TryWrite(
_pendingCount
);