3 writes to _initialMatch
Microsoft.AspNetCore.Rewrite (3)
IISUrlRewrite\UrlRewriteRuleBuilder.cs (3)
50
_initialMatch
= new RegexMatch(regex, negate);
55
_initialMatch
= new RegexMatch(regex, negate);
62
_initialMatch
= new ExactMatch(ignoreCase, input, negate);
2 references to _initialMatch
Microsoft.AspNetCore.Rewrite (2)
IISUrlRewrite\UrlRewriteRuleBuilder.cs (2)
24
if (
_initialMatch
== null || _action == null)
29
return new IISUrlRewriteRule(Name,
_initialMatch
, _conditions, _action, Global);