3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1372
_watchingForExit
= false;
System\Diagnostics\Process.Unix.cs (2)
181
_watchingForExit
= true;
192
_watchingForExit
= false;
4 references to _watchingForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1363
if (
_watchingForExit
)
1370
if (
_watchingForExit
)
System\Diagnostics\Process.Unix.cs (2)
172
if (!
_watchingForExit
)
176
if (!
_watchingForExit
)