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)
133while (_nextCandidate is int candidate)