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