7 references to HasCompleteAddress
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (7)
169
.Where(sr => !sr.
HasCompleteAddress
&& sr.Spec.AddressAllocationMode != AddressAllocationModes.Proxyless);
792
if (updated.
HasCompleteAddress
)
809
if (dcpSvc.
HasCompleteAddress
)
834
sr => !sr.
HasCompleteAddress
&&
855
.Where(cs => !string.IsNullOrEmpty(cs.PrimaryServiceName) && cs.Service?.
HasCompleteAddress
is not true);
917
if (!svc.
HasCompleteAddress
&& sp.EndpointAnnotation.IsProxied)
967
if (ts.Service?.
HasCompleteAddress
is not true)