1 write to _model
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
116
_model
= model;
4 references to _model
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
141
using var activity = ProfilingTelemetry.StartDcpRunApplication(_configuration,
_model
.Resources.Count);
653
var serviceProducers =
_model
.Resources
725
var containers =
_model
.Resources.Where(r => r.IsContainer());
738
var hostResources =
_model
.Resources.Select(HostResourceWithEndpoints.Create).OfType<HostResourceWithEndpoints>().ToList();