2 writes to _exited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1091_exited = false;
System\Diagnostics\Process.Unix.cs (1)
227_exited = GetWaitState().GetExited(out exitStatus, refresh: true);
4 references to _exited
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (3)
177if (!_exited) 181if (_exited) 186return _exited;
System\Diagnostics\Process.Unix.cs (1)
228if (_exited && exitStatus is not null)