1 write to _exited
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
255_exited = true;
12 references to _exited
System.Diagnostics.Process (12)
System\Diagnostics\ProcessWaitState.Unix.cs (12)
275_exitedEvent = new ManualResetEvent(initialState: _exited); 276if (!_exited) 299Debug.Assert(_exited); 318if (_exited) 342return _exited; 404if (_exited) 432if (_exited) 452return _exited; 525if (!_exited) 530if (_exited) // may have been updated by CheckForNonChildExit 546Debug.Assert(!_exited); 564if (_exited)