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)
155
Debug.Assert(
_uris
!= null || _proxyConfig != null, $"{nameof(ReadNext)} must not be called on a default-initialized {nameof(MultiProxy)}.");
157
if (
_uris
!= null)
159
if (_currentIndex ==
_uris
.Length)
166
uri =
_uris
[_currentIndex++];
167
isFinalProxy = _currentIndex ==
_uris
.Length;