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