1 write to _handle
System.Diagnostics.Process (1)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
34
_handle
= handle;
2 references to _handle
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (2)
44
Debug.Assert(
_handle
!= null);
45
_handle
.DangerousRelease();