2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
837_haveProcessHandle = false; 1208_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138get { return _haveProcessId || _haveProcessHandle; } 833if (_haveProcessHandle) 906if (_haveProcessHandle) 934if (!_haveProcessHandle) 1191if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
414if (_haveProcessHandle)