5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
312if (key.MatchesHost && !key.HasHostWildcard && key.MatchesPort) 320else if (key.MatchesHost && key.MatchesPort) 328else if (key.MatchesPort) 392if ((!destination.host.MatchesPort || destination.host.Port == port) && 427public bool MatchesAll => !MatchesHost && !MatchesPort;