5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
307if (key.MatchesHost && !key.HasHostWildcard && key.MatchesPort) 315else if (key.MatchesHost && key.MatchesPort) 323else if (key.MatchesPort) 387if ((!destination.host.MatchesPort || destination.host.Port == port) && 422public bool MatchesAll => !MatchesHost && !MatchesPort;