4 writes to currentIndex
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
1805
currentIndex
= 0;
1869
addresses[
currentIndex
++] = null; // disregard for exception attempt purposes
1892
currentIndex
++;
1933
thisPtr.
currentIndex
++;
3 references to currentIndex
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
1857
while (
currentIndex
< addresses.Length)
1865
AddressFamily addressFamily = addresses[
currentIndex
].AddressFamily;
1876
IPEndPoint ipEndPoint = new IPEndPoint(addresses[
currentIndex
], port);