2 references to StaticWebAssetPathPattern
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAssetPathPattern.cs (2)
26public StaticWebAssetPathPattern(string path) : this(path.AsMemory()) { } 73var pattern = new StaticWebAssetPathPattern(rawPathMemory);