2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
777
_haveProcessHandle
= false;
1123
_haveProcessHandle
= true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138
get { return _haveProcessId ||
_haveProcessHandle
; }
773
if (
_haveProcessHandle
)
846
if (
_haveProcessHandle
)
874
if (!
_haveProcessHandle
)
1106
if (!
_haveProcessHandle
)
System\Diagnostics\Process.Unix.cs (1)
347
if (
_haveProcessHandle
)