1 write to _visited
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
80
_visited
= new bool[_rangeSize];
4 references to _visited
Aspire.Hosting (4)
Dcp\ProxylessEndpointPortAllocator.cs (4)
163
if (!
_visited
[candidate])
184
if (!
_visited
[candidate])
200
if (
_visited
[index])
205
_visited
[index] = true;