3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1403_watchingForExit = false;
System\Diagnostics\Process.Unix.cs (2)
177_watchingForExit = true; 188_watchingForExit = false;
4 references to _watchingForExit
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1394if (_watchingForExit) 1401if (_watchingForExit)
System\Diagnostics\Process.Unix.cs (2)
168if (!_watchingForExit) 172if (!_watchingForExit)