1 write to _visitedCount
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
216
_visitedCount
++;
3 references to _visitedCount
Aspire.Hosting (3)
Dcp\ProxylessEndpointPortAllocator.cs (3)
153
_nextCandidate =
_visitedCount
== _rangeSize ? null : GetNextIncrementalCandidate(candidate);
165
if (
_visitedCount
== _rangeSize)
184
if (
_visitedCount
== _rangeSize)