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