2 references to SafeProcessHandle
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
366
return new
SafeProcessHandle
(waitStateHolder!);
System\Diagnostics\Process.Unix.cs (1)
358
return new
SafeProcessHandle
(_waitStateHolder!.IncrementRefCount());