2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
861_haveProcessHandle = false; 1232_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138get { return _haveProcessId || _haveProcessHandle; } 857if (_haveProcessHandle) 930if (_haveProcessHandle) 958if (!_haveProcessHandle) 1215if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
414if (_haveProcessHandle)