2 writes to currentIndex
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
1425this.currentIndex = 0; 1518this.currentIndex++;
3 references to currentIndex
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
1441while (this.currentIndex < this.remoteAddress.IPAddresses.Count) 1444this.remoteAddress.EndpointAddress, this.remoteAddress.IPAddresses[this.currentIndex]); 1451this.neighbor.ConnectIPAddress = this.remoteAddress.IPAddresses[this.currentIndex];