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