1 write to InitialMatch
Microsoft.AspNetCore.Rewrite (1)
RewriteRule.cs (1)
22
InitialMatch
= new Regex(regex, RegexOptions.Compiled | RegexOptions.CultureInvariant, _regexTimeout);
2 references to InitialMatch
Microsoft.AspNetCore.Rewrite (2)
RewriteRule.cs (2)
33
initMatchResults =
InitialMatch
.Match(path.ToString());
37
initMatchResults =
InitialMatch
.Match(path.ToString().Substring(1));