4 references to NormalizePort
Aspire.Hosting (4)
ApplicationModel\ResourceExtensions.cs (2)
851var publicPort = EndpointAnnotation.NormalizePort(endpoint.Port); 852var configuredTargetPort = EndpointAnnotation.NormalizePort(endpoint.TargetPort);
Dcp\DcpExecutor.cs (1)
782var effectivePublicPort = EndpointAnnotation.NormalizePort(resource.IsContainer() ? endpoint.SpecifiedPort : endpoint.Port);
Dcp\DcpModelUtilities.cs (1)
37if (EndpointAnnotation.NormalizePort(endpoint.TargetPort) is null)