11 references to Operations
System.ServiceModel.Routing (11)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (9)
155
SendOperation sendOperation = messageRpc.
Operations
[this.destinationIndex];
158
this.MoveToNextClientOperation(messageRpc.
Operations
.Count);
175
if (messageRpc.
Operations
.Count == 1 && sendOperation.AlternateEndpointCount == 0)
285
SendOperation currentDest = messageRpc.
Operations
[this.destinationIndex];
294
MoveToNextClientOperation(messageRpc.
Operations
.Count);
508
SendOperation sendOperation = messageRpc.
Operations
[this.destinationIndex];
571
this.MoveToNextClientOperation(messageRpc.
Operations
.Count);
606
for (this.destinationIndex = 0; this.destinationIndex < messageRpc.
Operations
.Count; this.destinationIndex++)
608
SendOperation sendOperation = messageRpc.
Operations
[this.destinationIndex];
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (2)
58
SendOperation sendOperation = this.messageRpc.
Operations
[0];
208
SendOperation sendOperation = this.messageRpc.
Operations
[0];