5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
316if (key.MatchesHost && !key.HasHostWildcard && key.MatchesPort) 324else if (key.MatchesHost && key.MatchesPort) 332else if (key.MatchesPort) 396if ((!destination.host.MatchesPort || destination.host.Port == port) && 431public bool MatchesAll => !MatchesHost && !MatchesPort;