3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1393_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)
1384if (_watchingForExit) 1391if (_watchingForExit)
System\Diagnostics\Process.Unix.cs (2)
168if (!_watchingForExit) 172if (!_watchingForExit)