1 write to HandleCount
System.Diagnostics.Process (1)
System\Diagnostics\Process.Linux.cs (1)
172
_processInfo.
HandleCount
= Directory.GetFiles(path, "*", SearchOption.TopDirectoryOnly).Length;
2 references to HandleCount
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
615
return _processInfo!.
HandleCount
;
System\Diagnostics\Process.Linux.cs (1)
156
if (_processInfo!.
HandleCount
<= 0 && _haveProcessId)