2 instantiations of SendOperation
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\MessageRpc.cs (2)
208
this.operations.Add(new
SendOperation
(result, typeof(TContract), this.OperationContext));
240
this.operations.Add(new
SendOperation
(endpointList, typeof(TContract), this.OperationContext));
10 references to SendOperation
System.ServiceModel.Routing (10)
System\ServiceModel\Routing\MessageRpc.cs (4)
37
IList<
SendOperation
> operations;
154
public IList<
SendOperation
> Operations
207
this.operations = new List<
SendOperation
>(1);
237
this.operations = new List<
SendOperation
>(endpointLists.Count);
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (4)
155
SendOperation
sendOperation = messageRpc.Operations[this.destinationIndex];
285
SendOperation
currentDest = messageRpc.Operations[this.destinationIndex];
508
SendOperation
sendOperation = messageRpc.Operations[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];