3 writes to _watchingForExit
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (1)
1370_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)
1361if (_watchingForExit) 1368if (_watchingForExit)
System\Diagnostics\Process.Unix.cs (2)
172if (!_watchingForExit) 176if (!_watchingForExit)