1 write to _exited
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
270_exited = true;
12 references to _exited
System.Diagnostics.Process (12)
System\Diagnostics\ProcessWaitState.Unix.cs (12)
290_exitedEvent = new ManualResetEvent(initialState: _exited); 291if (!_exited) 314Debug.Assert(_exited); 333if (_exited) 357return _exited; 419if (_exited) 447if (_exited) 467return _exited; 540if (!_exited) 545if (_exited) // may have been updated by CheckForNonChildExit 561Debug.Assert(!_exited); 580if (_exited)