3 references to AllocatedPort
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (2)
1005if (!sp.EndpointAnnotation.IsProxied && svc.AllocatedPort is null) 1013(int)svc.AllocatedPort!,
Dcp\Model\Service.cs (1)
89public bool HasCompleteAddress => AllocatedPort > 0 && !string.IsNullOrEmpty(AllocatedAddress);