1 write to ReturnPart
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
113messageInfo.ReturnPart = CreatePartInfo(messageDescription.Body.ReturnValue, dataContractFormatAttribute.Style, serializerFactory);
4 references to ReturnPart
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
200if (messageInfo.ReturnPart != null) 201SerializeParameter(writer, messageInfo.ReturnPart, returnValue); 358if (messageInfo.ReturnPart != null) 362PartInfo part = messageInfo.ReturnPart;