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