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)
1556if (_watchingForExit) 1563if (_watchingForExit)
System\Diagnostics\Process.Unix.cs (2)
224if (!_watchingForExit) 228if (!_watchingForExit)