4 references to ESRCH
System.Diagnostics.Process (4)
System\Diagnostics\Process.Unix.cs (3)
82if (error == Interop.Error.ESRCH) 117if (error != Interop.Error.ESRCH) 131if (error != Interop.Error.ESRCH)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
365if (errno == Interop.Error.ESRCH)