1 instantiation of ContainerPortSpec
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1624var portSpec = new ContainerPortSpec()
3 references to ContainerPortSpec
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (2)
655foreach (var port in container.Spec.Ports) 1624var portSpec = new ContainerPortSpec()
Dcp\Model\Container.cs (1)
30public List<ContainerPortSpec>? Ports { get; set; }