13 references to NormalizeFolderPath
Microsoft.NET.ProjectData (13)
CachePathResolver.cs (13)
76
this.netSdkPath =
NormalizeFolderPath
(sdkPath);
107
this.dotnetRoots = [.. dotnetRoots.Select(
NormalizeFolderPath
).Distinct(StringComparers.Paths)];
108
this.nugetFolders = [.. nugetFolders.Select(
NormalizeFolderPath
).Distinct(StringComparers.Paths)];
109
this.netFxRefRoot = string.IsNullOrEmpty(netFxRefRoot) ? null :
NormalizeFolderPath
(netFxRefRoot);
113
this.netSdkPath =
NormalizeFolderPath
(sdkPath);
147
string sdkDirectory =
NormalizeFolderPath
(sdkPath);
155
return dotnetRoot is null ? null :
NormalizeFolderPath
(dotnetRoot);
491
return
NormalizeFolderPath
(candidate);
505
return
NormalizeFolderPath
(Path.Join(root, "sdk", sdkVersion));
1263
return [
NormalizeFolderPath
(nugetPackages)];
1270
return [
NormalizeFolderPath
(defaultFolder)];
1280
.Select(
NormalizeFolderPath
)
1328
return
NormalizeFolderPath
(candidate);