2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
886_haveProcessHandle = false; 1207_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138get { return _haveProcessId || _haveProcessHandle; } 882if (_haveProcessHandle) 955if (_haveProcessHandle) 999if (!_haveProcessHandle) 1190if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
351if (_haveProcessHandle)