3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1566
_watchingForExit
= false;
System\Diagnostics\Process.Unix.cs (2)
219
_watchingForExit
= true;
230
_watchingForExit
= false;
4 references to _watchingForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1557
if (
_watchingForExit
)
1564
if (
_watchingForExit
)
System\Diagnostics\Process.Unix.cs (2)
210
if (!
_watchingForExit
)
214
if (!
_watchingForExit
)