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