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