3 references to AllocatePort
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
804annotation.Port = _proxylessEndpointPortAllocator.AllocatePort(endpoint.Protocol);
Aspire.Hosting.Tests (2)
Dcp\ProxylessEndpointPortAllocatorTests.cs (2)
93Assert.Equal(10000, allocator.AllocatePort(ProtocolType.Tcp)); 94Assert.Equal(10001, allocator.AllocatePort(ProtocolType.Tcp));