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