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