2 references to MatchesHostPort
Aspire.Hosting (2)
ApplicationModel\HostUrl.cs (1)
70
if (r.Annotations.OfType<EndpointAnnotation>().FirstOrDefault(ep =>
MatchesHostPort
(ep, uri.Port)) is EndpointAnnotation ep)
ApplicationModel\ResourceExtensions.cs (1)
1850
if (resource.Annotations.OfType<EndpointAnnotation>().Any(ep => HostUrl.
MatchesHostPort
(ep, port)) && dependencies.Add(resource))