2 writes to operations
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\MessageRpc.cs (2)
207
this.
operations
= new List<SendOperation>(1);
237
this.
operations
= new List<SendOperation>(endpointLists.Count);
3 references to operations
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\MessageRpc.cs (3)
156
get { return this.
operations
; }
208
this.
operations
.Add(new SendOperation(result, typeof(TContract), this.OperationContext));
240
this.
operations
.Add(new SendOperation(endpointList, typeof(TContract), this.OperationContext));