4 references to NormalizeFolderPath
Microsoft.NET.ProjectData.Tasks (4)
CachePathResolver.cs (4)
293 return [NormalizeFolderPath(envVal)]; 297 return [NormalizeFolderPath(Path.Combine(userProfile, ".nuget", "packages"))]; 308 string norm = NormalizeFolderPath(candidate!); 355 return Directory.Exists(candidate) ? NormalizeFolderPath(candidate) : null;