1 write to _wildcardEndsWith
Microsoft.AspNetCore.Routing (1)
Matching\HostMatcherPolicy.cs (1)
413
_wildcardEndsWith
= HasHostWildcard ? Host.Substring(1) : null;
1 reference to _wildcardEndsWith
Microsoft.AspNetCore.Routing (1)
Matching\HostMatcherPolicy.cs (1)
451
return host.EndsWith(
_wildcardEndsWith
!, StringComparison.OrdinalIgnoreCase);