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