4 writes to _currentIndex
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (4)
27_currentIndex = 0; 37_currentIndex = 0; 166uri = _uris[_currentIndex++]; 176_currentIndex += charactersConsumed;
6 references to _currentIndex
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (6)
159if (_currentIndex == _uris.Length) 167isFinalProxy = _currentIndex == _uris.Length; 172if (_currentIndex < _proxyConfig.Length) 174bool hasProxy = TryParseProxyConfigPart(_proxyConfig.AsSpan(_currentIndex), _secure, manualSettingsUsed: false, out uri!, out int charactersConsumed); 177Debug.Assert(_currentIndex <= _proxyConfig.Length); 179isFinalProxy = _currentIndex == _proxyConfig.Length;