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