2 writes to _haveProcessHandle
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
837
_haveProcessHandle
= false;
1208
_haveProcessHandle
= true;
6 references to _haveProcessHandle
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (5)
138
get { return _haveProcessId ||
_haveProcessHandle
; }
833
if (
_haveProcessHandle
)
906
if (
_haveProcessHandle
)
934
if (!
_haveProcessHandle
)
1191
if (!
_haveProcessHandle
)
System\Diagnostics\Process.Unix.cs (1)
414
if (
_haveProcessHandle
)