2 references to GetContainerExecutableResources
Aspire.Hosting (2)
BuiltInDistributedApplicationEventSubscriptionHandlers.cs (1)
32
foreach (var containerExec in beforeStartEvent.Model.
GetContainerExecutableResources
())
Dcp\ContainerCreator.cs (1)
273
var modelContainerExecutableResources = _model.
GetContainerExecutableResources
();