1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
573
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
556
return
_watchForExit
;
560
if (value !=
_watchForExit
)
1125
if (
_watchForExit
)
1461
if (exited &&
_watchForExit
)