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)
145var port = _rangeStart + candidate; 205return new InvalidOperationException($"No available ports were found in the configured proxyless endpoint port range {_rangeStart}-{_rangeEnd}."); 221if (port < _rangeStart || port > _rangeEnd) 227index = port - _rangeStart;