7 references to CombineNormalizedPaths
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
ComputeEndpointsForReferenceStaticWebAssets.cs (2)
51
candidateEndpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", asset.BasePath, candidateEndpoint.Route, '/');
58
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", asset.BasePath, property.Value, '/');
Data\StaticWebAsset.cs (1)
899
public string ComputeTargetPath(string pathPrefix, char separator) =>
CombineNormalizedPaths
(
Data\StaticWebAssetEndpoint.cs (4)
630
endpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, remaining, '/');
638
endpoint.Route = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, endpoint.Route, '/');
645
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, property.Value, '/');
668
property.Value = StaticWebAsset.
CombineNormalizedPaths
("", newBasePath, labelRemaining, '/');