1 write to _stringMatch
Microsoft.AspNetCore.Rewrite (1)
UrlMatches\ExactMatch.cs (1)
14_stringMatch = input;
1 reference to _stringMatch
Microsoft.AspNetCore.Rewrite (1)
UrlMatches\ExactMatch.cs (1)
20var pathMatch = string.Equals(pattern, _stringMatch, _ignoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal);