2 writes to _match
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (2)
165_match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled | RegexOptions.IgnoreCase, _regexTimeout), input.Invert); 169_match = new RegexMatch(new Regex(input.Operand, RegexOptions.CultureInvariant | RegexOptions.Compiled, _regexTimeout), input.Invert);
2 references to _match
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (2)
23if (_actions.Count == 0 || _match == null) 27return new ApacheModRewriteRule(_match, _conditions, _actions);