2 writes to _exited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1090
_exited
= false;
System\Diagnostics\Process.Unix.cs (1)
227
_exited
= GetWaitState().GetExited(out exitCode, refresh: true);
4 references to _exited
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (3)
176
if (!
_exited
)
180
if (
_exited
)
185
return
_exited
;
System\Diagnostics\Process.Unix.cs (1)
228
if (
_exited
&& exitCode != null)