2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
777_haveProcessHandle = false; 1123_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138get { return _haveProcessId || _haveProcessHandle; } 773if (_haveProcessHandle) 846if (_haveProcessHandle) 874if (!_haveProcessHandle) 1106if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
347if (_haveProcessHandle)