2 writes to _exited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1175_exited = false;
System\Diagnostics\Process.Unix.cs (1)
231_exited = GetWaitState().GetExited(out exitCode, refresh: true);
4 references to _exited
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (3)
182if (!_exited) 186if (_exited) 191return _exited;
System\Diagnostics\Process.Unix.cs (1)
232if (_exited && exitCode != null)