1 write to ReturnPart
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
127messageInfo.ReturnPart = CreatePartInfo(messageDescription.Body.ReturnValue, dataContractFormatAttribute.Style, serializerFactory);
4 references to ReturnPart
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
227if (messageInfo.ReturnPart != null) 228SerializeParameter(writer, messageInfo.ReturnPart, returnValue); 383if (messageInfo.ReturnPart != null) 387PartInfo part = messageInfo.ReturnPart;