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)
139
get { return _haveProcessId ||
_haveProcessHandle
; }
834
if (
_haveProcessHandle
)
907
if (
_haveProcessHandle
)
935
if (!
_haveProcessHandle
)
1192
if (!
_haveProcessHandle
)
System\Diagnostics\Process.Unix.cs (1)
389
if (
_haveProcessHandle
)