1 write to _watchForExit
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
632
_watchForExit
= value;
4 references to _watchForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
615
return
_watchForExit
;
619
if (value !=
_watchForExit
)
1209
if (
_watchForExit
)
1625
if (exited &&
_watchForExit
)