2 references to SafeProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.Unix.cs (2)
359
return new
SafeProcessHandle
(_processId, GetSafeWaitHandle());
534
SetProcessHandle(new
SafeProcessHandle
(_processId, GetSafeWaitHandle()));