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