2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
778_haveProcessHandle = false; 1124_haveProcessHandle = true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
139get { return _haveProcessId || _haveProcessHandle; } 774if (_haveProcessHandle) 847if (_haveProcessHandle) 875if (!_haveProcessHandle) 1107if (!_haveProcessHandle)
System\Diagnostics\Process.Unix.cs (1)
347if (_haveProcessHandle)