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