1 write to Port
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
31Port = port;
5 references to Port
Aspire.Hosting (3)
ApplicationModel\AllocatedEndpoint.cs (1)
63public string EndPointString => $"{Address}:{Port}";
ApplicationModel\EndpointReference.cs (1)
77public int Port => AllocatedEndpoint.Port;
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
54endpoint.AllocatedEndpoint!.Port,
Aspire.Hosting.Tests (2)
SlimTestProgramTests.cs (2)
58Assert.Equal(endpoint.Port, endpoint.AllocatedEndpoint.Port); 76Assert.Equal(endpoint.Port, endpoint.AllocatedEndpoint.Port);