Variable FileDialog._roots

class FileDialog
{
  // ...
  RootEntry[] _roots;
  // ...
}