1 write to _allocatedPortStart
Aspire.Hosting (1)
ApplicationModel\PortAllocator.cs (1)
28
_allocatedPortStart
++;
2 references to _allocatedPortStart
Aspire.Hosting (2)
ApplicationModel\PortAllocator.cs (2)
23
if (!_usedPorts.Contains(
_allocatedPortStart
))
25
return
_allocatedPortStart
;