1 write to _visitedCount
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
206
_visitedCount
++;
3 references to _visitedCount
Aspire.Hosting (3)
Dcp\ProxylessEndpointPortAllocator.cs (3)
143
_nextCandidate =
_visitedCount
== _rangeSize ? null : GetNextIncrementalCandidate(candidate);
155
if (
_visitedCount
== _rangeSize)
174
if (
_visitedCount
== _rangeSize)