3 writes to _haveProcessId
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
117
_haveProcessId
= true;
840
_haveProcessId
= false;
1223
_haveProcessId
= true;
4 references to _haveProcessId
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
139
get { return
_haveProcessId
|| _haveProcessHandle; }
905
if (!
_haveProcessId
)
System\Diagnostics\Process.Linux.cs (1)
103
if (_processInfo!.HandleCount <= 0 &&
_haveProcessId
)
System\Diagnostics\Process.Unix.cs (1)
199
Debug.Assert(
_haveProcessId
, $"{nameof(ConfigureAfterProcessIdSet)} should only be called once a process ID is set");