4 references to ComputePathWithoutTokens
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Compression\ResolveCompressedAssets.cs (2)
86
var relativePath = asset.
ComputePathWithoutTokens
(asset.RelativePath);
190
var relativePath = asset.
ComputePathWithoutTokens
(asset.RelativePath);
Data\StaticWebAsset.cs (1)
1159
var fileSystemRelativePath = asset.
ComputePathWithoutTokens
(relativePath);
DefineStaticWebAssetEndpoints.cs (1)
303
var relativePath = asset.
ComputePathWithoutTokens
(asset.RelativePath);