1 write to _handle
System.Diagnostics.Process (1)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
36
_handle
= _waitStateHolder._state.EnsureExitedEvent().GetSafeWaitHandle();
4 references to _handle
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (4)
37
_handle
.DangerousAddRef(ref _releaseRef);
38
SetHandle(
_handle
.DangerousGetHandle());
71
Debug.Assert(
_handle
!= null);
72
_handle
.DangerousRelease();