1 write to _containerCreator
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
129_containerCreator = containerCreator;
6 references to _containerCreator
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
157_containerCreator.PrepareContainerNetworks(); 178containers = _containerCreator.PrepareObjects().ToArray(); 179_containerCreator.PrepareContainerExecutables(); 261await CreateRenderedResourcesAsync(_containerCreator, containers, cctx, ct).ConfigureAwait(false); 742var containerNetworkServices = _containerCreator.CreateContainerNetworkServicesForHostResource(re); 1238await _containerCreator.CreateObjectAsync(cr, cctx, resourceLogger, this, cancellationToken).ConfigureAwait(false);