2 references to StaticWebAssetPathPattern
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetPathPattern.cs (2)
40
public StaticWebAssetPathPattern(string path) :
this
(path.AsMemory()) { }
87
var pattern = new
StaticWebAssetPathPattern
(rawPathMemory);