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); 36SetHandle(_handle.DangerousGetHandle()); 69Debug.Assert(_handle != null); 70_handle.DangerousRelease();