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); 38SetHandle(_handle.DangerousGetHandle()); 71Debug.Assert(_handle != null); 72_handle.DangerousRelease();