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