1 write to RelativePathMatcher
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
691RelativePathMatcher = relativePathMatcher;
3 references to RelativePathMatcher
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.cs (3)
847if (def.RelativePathMatcher != null) 850var rpMatch = def.RelativePathMatcher.Match(matchContext); 871if (!string.IsNullOrEmpty(def.RelativePathPrefix) && def.RelativePathMatcher == null)