2 writes to nextAddress
System (2)
net\System\Net\Sockets\_MultipleConnectAsync.cs (2)
395
++
nextAddress
;
448
++
nextAddress
;
4 references to nextAddress
System (4)
net\System\Net\Sockets\_MultipleConnectAsync.cs (4)
389
if (
nextAddress
>= addressList.Length)
394
rval = addressList[
nextAddress
];
442
if (
nextAddress
>= addressList.Length)
447
rval = addressList[
nextAddress
];