1 write to _allocatedPortStart
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
789
_allocatedPortStart
++;
2 references to _allocatedPortStart
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
787
while (_usedPorts.Contains(
_allocatedPortStart
))
792
return
_allocatedPortStart
;