2 references to _usedPorts
Aspire.Hosting.Docker (2)
src\Shared\PortAllocator.cs (2)
22
if (!
_usedPorts
.Contains(_allocatedPortStart))
33
_usedPorts
.Add(port);