5 writes to destinationIndex
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (5)
100
this.
destinationIndex
= 0;
299
if (++this.
destinationIndex
>= operationCount)
302
this.
destinationIndex
= 0;
606
for (this.
destinationIndex
= 0; this.destinationIndex < messageRpc.Operations.Count; this.
destinationIndex
++)
9 references to destinationIndex
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (9)
155
SendOperation sendOperation = messageRpc.Operations[this.
destinationIndex
];
189
TD.RoutingServiceTransmittingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.
destinationIndex
.ToString(TD.Culture), this.client.Key.ToString());
285
SendOperation currentDest = messageRpc.Operations[this.
destinationIndex
];
292
TD.RoutingServiceTransmitSucceeded(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.
destinationIndex
.ToString(TD.Culture), currentDest.CurrentEndpoint.ToString());
508
SendOperation sendOperation = messageRpc.Operations[this.
destinationIndex
];
552
TD.RoutingServiceMovedToBackup(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.
destinationIndex
.ToString(TD.Culture), sendOperation.CurrentEndpoint.ToString());
606
for (this.destinationIndex = 0; this.
destinationIndex
< messageRpc.Operations.Count; this.destinationIndex++)
608
SendOperation sendOperation = messageRpc.Operations[this.
destinationIndex
];
617
TD.RoutingServiceMovedToBackup(messageRpc.EventTraceActivity, messageRpc.UniqueID, this.
destinationIndex
.ToString(TD.Culture), sendOperation.CurrentEndpoint.ToString());