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