2 writes to _eofCountdown
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
768_eofCountdown = new CountdownEvent(2); 865_eofCountdown = null;
4 references to _eofCountdown
Microsoft.Build.Utilities.Core (4)
ToolTask.cs (4)
864_eofCountdown?.Dispose(); 1133bool allEOFReceived = _eofCountdown.Wait(TimeSpan.FromSeconds(eofTimeoutSec)); 1317if (!_eventsDisposed && _eofCountdown is { IsSet: false }) 1319_eofCountdown.Signal();