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)
20
var pathMatch = string.Equals(pattern,
_stringMatch
, _ignoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal);