6 references to NormalizePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
ScopedCss\ConcatenateCssFiles50.cs (6)
62var normalizedBasePath = NormalizePath(ScopedCssBundleBasePath); 68var bundleBasePath = NormalizePath(bundle.GetMetadata("BasePath")); 69var relativePath = NormalizePath(bundle.GetMetadata("RelativePath")); 70var importPath = NormalizePath(Path.Combine(prefix, bundleBasePath, relativePath)); 88builder.AppendLine(CultureInfo.InvariantCulture, $"/* {NormalizePath(current.GetMetadata("BasePath"))}/{NormalizePath(current.GetMetadata("RelativePath"))} */");