2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
838_haveProcessHandle = false; 1209_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
139get { return _haveProcessId || _haveProcessHandle; } 834if (_haveProcessHandle) 907if (_haveProcessHandle) 935if (!_haveProcessHandle) 1192if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
389if (_haveProcessHandle)