3 references to CreatePartInfo
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
126messageInfo.BodyParts[i] = CreatePartInfo(parts[i], dataContractFormatAttribute.Style, serializerFactory); 131messageInfo.ReturnPart = CreatePartInfo(messageDescription.Body.ReturnValue, dataContractFormatAttribute.Style, serializerFactory); 148messageInfo.HeaderParts[i] = CreatePartInfo(headerDescription, OperationFormatStyle.Document, serializerFactory);