1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
668
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
651
return
_watchForExit
;
655
if (value !=
_watchForExit
)
1210
if (
_watchForExit
)
1434
if (exited &&
_watchForExit
)