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