1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
572
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
555
return
_watchForExit
;
559
if (value !=
_watchForExit
)
1124
if (
_watchForExit
)
1451
if (exited &&
_watchForExit
)