4 references to NormalizePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ScopedCss\ConcatenateCssFiles.cs (4)
62var normalizedBasePath = NormalizePath(ScopedCssBundleBasePath); 67var importPath = NormalizePath(Path.Combine(prefix, ProjectBundles[i].ItemSpec)); 85builder.AppendLine(CultureInfo.InvariantCulture, $"/* {NormalizePath(current.GetMetadata("BasePath"))}/{NormalizePath(current.GetMetadata("RelativePath"))} */");