3 references to ComputeTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\StaticWebAsset.cs (1)
1605
var key = asset.
ComputeTargetPath
("", '/');
GenerateStaticWebAssetEndpointsManifest.cs (1)
225
.GroupBy(a => a.
ComputeTargetPath
("", '/'));
MergeStaticWebAssets.cs (1)
34
.GroupBy(a => a.
ComputeTargetPath
("", '/'), StringComparer.OrdinalIgnoreCase)