1 write to _allocatedPortStart
Aspire.Hosting.Docker (1)
src\Shared\PortAllocator.cs (1)
27_allocatedPortStart++;
2 references to _allocatedPortStart
Aspire.Hosting.Docker (2)
src\Shared\PortAllocator.cs (2)
22if (!_usedPorts.Contains(_allocatedPortStart)) 24return _allocatedPortStart;