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)
24if (_initialMatch == null || _action == null) 29return new IISUrlRewriteRule(Name, _initialMatch, _conditions, _action, Global);