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