8 references to ServiceAppResource
Aspire.Hosting (8)
Dcp\ApplicationExecutor.cs (8)
39
public virtual List<
ServiceAppResource
> ServicesProduced { get; } = [];
40
public virtual List<
ServiceAppResource
> ServicesConsumed { get; } = [];
54
public override List<
ServiceAppResource
> ServicesProduced
58
public override List<
ServiceAppResource
> ServicesConsumed
876
var needAddressAllocated = _appResources.OfType<
ServiceAppResource
>()
995
foreach (
var
sp in appResource.ServicesProduced)
1620
foreach (
var
sp in cr.ServicesProduced)
1857
var servicesProduced = _appResources.OfType<
ServiceAppResource
>().Where(r => r.ModelResource == modelResource);