1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
656
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
639
return
_watchForExit
;
643
if (value !=
_watchForExit
)
1233
if (
_watchForExit
)
1649
if (exited &&
_watchForExit
)