25 if (_current !=
null)
return _current!;
26 if (EnvironmentInfo.IsWin && SearchClient.IsEverythingAvailable() &&
false)
47 public static IEnumerable<AbsolutePath>
SearchFiles(
this AbsolutePath root,
string pattern)
48 => GetGlobbing().GlobFiles(root, pattern);
61 public static IEnumerable<AbsolutePath>
SearchDirectories(
this AbsolutePath root,
string pattern)
62 => GetGlobbing().GlobDirectories(root, pattern);