3 writes to _nextCandidate
Aspire.Hosting (3)
Dcp\ProxylessEndpointPortAllocator.cs (3)
131
_nextCandidate
??= GetNextRandomWalkCandidate();
143
_nextCandidate
= _visitedCount == _rangeSize ? null : GetNextIncrementalCandidate(candidate);
147
_nextCandidate
= GetNextRandomWalkCandidate();
1 reference to _nextCandidate
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
133
while (
_nextCandidate
is int candidate)