3 writes to _haveProcessId
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
116_haveProcessId = true; 888_haveProcessId = false; 1221_haveProcessId = true;
4 references to _haveProcessId
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
138get { return _haveProcessId || _haveProcessHandle; } 953if (!_haveProcessId)
System\Diagnostics\Process.Linux.cs (1)
156if (_processInfo!.HandleCount <= 0 && _haveProcessId)
System\Diagnostics\Process.Unix.cs (1)
161Debug.Assert(_haveProcessId, $"{nameof(ConfigureAfterProcessIdSet)} should only be called once a process ID is set");