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