4 references to GetExited
System.Diagnostics.Process (4)
System\Diagnostics\Process.Unix.cs (2)
92=> GetWaitState().GetExited(out _, refresh); 231_exited = GetWaitState().GetExited(out exitCode, refresh: true);
System\Diagnostics\ProcessWaitState.Unix.cs (2)
138if (pws.GetExited(out _, refresh: false)) 309return GetExited(out _, refresh: true);