3 references to IsDirectoryPath
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
123
if (
IsDirectoryPath
(searchPath))
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (2)
1034
if (!PathResolver.IsWildcardSearch(source) && !PathResolver.
IsDirectoryPath
(source) && !searchFiles.Any() && string.IsNullOrEmpty(exclude))
1070
bool isDirectorySearch = PathResolver.
IsDirectoryPath
(searchPattern);