9 references to ComputeTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
CollectStaticWebAssetsToCopy.cs (1)
45fileOutputPath = Path.Combine(normalizedOutputPath, asset.ComputeTargetPath("", Path.DirectorySeparatorChar, StaticWebAssetTokenResolver.Instance));
ComputeStaticWebAssetsTargetPaths.cs (1)
39var targetPath = staticWebAsset.ComputeTargetPath(
FilterStaticWebAssetEndpoints.cs (1)
140var path = asset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);
GeneratePackageAssetsManifestFile.cs (1)
96var packagePath = parsedAssets[i].ComputeTargetPath(PackagePathPrefix, '/', tokenResolver, TokenResolveMode.Pack);
GenerateStaticWebAssetEndpointsManifest.cs (1)
116endpoint.AssetFile = asset.ResolvedAsset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
103.GroupBy(a => a.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance));
GenerateStaticWebAssetsManifest.cs (1)
162var targetPath = asset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);
GenerateStaticWebAssetsPropsFile.cs (1)
85var packagePath = asset.ComputeTargetPath(PackagePathPrefix, '\\', tokenResolver, TokenResolveMode.Pack);
ResolveFingerprintedStaticWebAssetEndpointsForAssets.cs (1)
46var assetPath = asset.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance);