1 write to _rangeStart
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
63_rangeStart = rangeStart;
4 references to _rangeStart
Aspire.Hosting (4)
Dcp\ProxylessEndpointPortAllocator.cs (4)
135var port = _rangeStart + candidate; 195return new InvalidOperationException($"No available ports were found in the configured proxyless endpoint port range {_rangeStart}-{_rangeEnd}."); 211if (port < _rangeStart || port > _rangeEnd) 217index = port - _rangeStart;