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