1 write to RelativePathMatcher
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
696RelativePathMatcher = relativePathMatcher;
3 references to RelativePathMatcher
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.cs (3)
852if (def.RelativePathMatcher != null) 855var rpMatch = def.RelativePathMatcher.Match(matchContext); 876if (!string.IsNullOrEmpty(def.RelativePathPrefix) && def.RelativePathMatcher == null)