2 writes to _uris
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (2)
24_uris = uris; 34_uris = null;
5 references to _uris
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (5)
155Debug.Assert(_uris != null || _proxyConfig != null, $"{nameof(ReadNext)} must not be called on a default-initialized {nameof(MultiProxy)}."); 157if (_uris != null) 159if (_currentIndex == _uris.Length) 166uri = _uris[_currentIndex++]; 167isFinalProxy = _currentIndex == _uris.Length;