3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1565
_watchingForExit
= false;
System\Diagnostics\Process.Unix.cs (2)
233
_watchingForExit
= true;
244
_watchingForExit
= false;
4 references to _watchingForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1556
if (
_watchingForExit
)
1563
if (
_watchingForExit
)
System\Diagnostics\Process.Unix.cs (2)
224
if (!
_watchingForExit
)
228
if (!
_watchingForExit
)