1 write to BodyParts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
109messageInfo.BodyParts = new PartInfo[parts.Count];
3 references to BodyParts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
111messageInfo.BodyParts[i] = CreatePartInfo(parts[i], dataContractFormatAttribute.Style, serializerFactory); 202SerializeParameters(writer, messageInfo.BodyParts, parameters); 373DeserializeParameters(reader, messageInfo.BodyParts, parameters, isRequest);