1 write to InitialMatch
Microsoft.AspNetCore.Rewrite (1)
RedirectRule.cs (1)
22InitialMatch = new Regex(regex, RegexOptions.Compiled | RegexOptions.CultureInvariant, _regexTimeout);
2 references to InitialMatch
Microsoft.AspNetCore.Rewrite (2)
RedirectRule.cs (2)
36initMatchResults = InitialMatch.Match(string.Empty); 40initMatchResults = InitialMatch.Match(path.ToString().Substring(1));