2 references to _usedPorts
Aspire.Hosting (2)
ApplicationModel\PortAllocator.cs (2)
23
if (!
_usedPorts
.Contains(_allocatedPortStart))
35
_usedPorts
.Add(port);