7 references to ComputeTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
CollectStaticWebAssetsToCopy.cs (1)
45fileOutputPath = Path.Combine(normalizedOutputPath, asset.ComputeTargetPath("", Path.DirectorySeparatorChar, StaticWebAssetTokenResolver.Instance));
ComputeStaticWebAssetsTargetPaths.cs (1)
35var targetPath = staticWebAsset.ComputeTargetPath(
FilterStaticWebAssetEndpoints.cs (1)
140var path = asset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);
GenerateStaticWebAssetEndpointsManifest.cs (1)
116endpoint.AssetFile = asset.ResolvedAsset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
103.GroupBy(a => a.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance));
GenerateStaticWebAssetsPropsFile.cs (1)
68var packagePath = asset.ComputeTargetPath(PackagePathPrefix, '\\', tokenResolver);
ResolveFingerprintedStaticWebAssetEndpointsForAssets.cs (1)
46var assetPath = asset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);