1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
633
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
616
return
_watchForExit
;
620
if (value !=
_watchForExit
)
1210
if (
_watchForExit
)
1626
if (exited &&
_watchForExit
)