3 references to ComputePatternLabel
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\StaticWebAsset.cs (2)
1444return pattern.ComputePatternLabel(); 1531routes.Add(new StaticWebAssetResolvedRoute(pattern.ComputePatternLabel(), path, tokens));
Data\StaticWebAssetPathPattern.cs (1)
571internal static string PathWithoutTokens(string path) => Parse(path).ComputePatternLabel();