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)
532return processInfo.HandleCount;
System\Diagnostics\Process.Linux.cs (1)
122if (_processInfo!.HandleCount <= 0 && _haveProcessId)