1 instantiation of ContainerPortSpec
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2040var portSpec = new ContainerPortSpec()
5 references to ContainerPortSpec
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (3)
2032private static List<ContainerPortSpec> BuildContainerPorts(AppResource cr) 2034var ports = new List<ContainerPortSpec>(); 2040var portSpec = new ContainerPortSpec()
Dcp\Model\Container.cs (1)
31public List<ContainerPortSpec>? Ports { get; set; }
Dcp\ResourceSnapshotBuilder.cs (1)
78foreach (var port in container.Spec.Ports)