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