1 write to currentIndex
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SendOperation.cs (1)
92
if (++this.
currentIndex
< this.endpointTraits.Count)
3 references to currentIndex
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\SendOperation.cs (3)
45
Fx.Assert(this.
currentIndex
< this.endpointTraits.Count, "CurrentEndpoint should not be accessed after TryMoveToAlternate returned false!");
47
RoutingEndpointTrait trait = this.endpointTraits[this.
currentIndex
];
54
get { return this.
currentIndex
< (this.endpointTraits.Count - 1); }