3 references to FindChildDirectory
Microsoft.NET.ProjectData (3)
CachePathResolver.cs (3)
1086
string? packageRoot =
FindChildDirectory
(nugetFolder, packageId);
1089
string? versionDir =
FindChildDirectory
(packageRoot, packageVersion);
1106
string? packageRoot =
FindChildDirectory
(nugetFolder, packageId);