7 references to CombineNormalizedPaths
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
ComputeEndpointsForReferenceStaticWebAssets.cs (2)
47
candidateEndpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", asset.BasePath, candidateEndpoint.Route, '/');
54
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", asset.BasePath, property.Value, '/');
Data\StaticWebAsset.cs (1)
882
public string ComputeTargetPath(string pathPrefix, char separator) =>
CombineNormalizedPaths
(
Data\StaticWebAssetEndpoint.cs (4)
629
endpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, remaining, '/');
637
endpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, endpoint.Route, '/');
644
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, property.Value, '/');
667
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, labelRemaining, '/');