2 references to GetDirectories
NuGet.PackageManagement (2)
Utility\MSBuildNuGetProjectSystemUtility.cs (2)
411return GetDirectories(projectSystem, path); 441if (GetFiles(projectSystem, path, "*.*", recursive: false).Any() || GetDirectories(projectSystem, path).Any())