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