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)
456return host.EndsWith(_wildcardEndsWith!, StringComparison.OrdinalIgnoreCase) &&