2 writes to _eofCountdown
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (2)
772_eofCountdown = new CountdownEvent(2); 869_eofCountdown = null;
4 references to _eofCountdown
Microsoft.Build.Utilities.Core (4)
ToolTask.cs (4)
868_eofCountdown?.Dispose(); 1137bool allEOFReceived = _eofCountdown.Wait(TimeSpan.FromSeconds(eofTimeoutSec)); 1321if (!_eventsDisposed && _eofCountdown is { IsSet: false }) 1323_eofCountdown.Signal();