2 instantiations of MessagePartDescriptionCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageBodyDescription.cs (2)
18_parts = new MessagePartDescriptionCollection(); 25_parts = new MessagePartDescriptionCollection();
15 references to MessagePartDescriptionCollection
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageBodyDescription.cs (2)
13private MessagePartDescriptionCollection _parts; 41public MessagePartDescriptionCollection Parts
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1225MessagePartDescriptionCollection partDescriptionCollection = messageDescription.Body.Parts;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (6)
397MessagePartDescriptionCollection rpcEncodedTypedMessgeBodyParts; 438private XmlMembersMapping LoadBodyMapping(MessageDescription message, string mappingKey, out MessagePartDescriptionCollection rpcEncodedTypedMessageBodyParts) 442MessagePartDescriptionCollection bodyParts; 751private MessagePartDescriptionCollection _rpcEncodedTypedMessageBodyParts; 783internal override MessagePartDescriptionCollection RpcEncodedTypedMessageBodyParts 788internal void SetBody(SerializerStub body, MessagePartDescriptionCollection rpcEncodedTypedMessageBodyParts)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
108MessagePartDescriptionCollection parts = body.Parts;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
151private static PartInfo[] AddToDictionary(XmlDictionary dictionary, MessagePartDescriptionCollection parts, bool isRpc) 284private static bool AreTypesSupported(MessagePartDescriptionCollection bodyDescriptions)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (3)
305private void SerializeBody(XmlDictionaryWriter writer, MessageVersion version, XmlSerializer serializer, MessagePartDescription returnPart, MessagePartDescriptionCollection bodyParts, object returnValue, object[] parameters) 357private object DeserializeBody(XmlDictionaryReader reader, MessageVersion version, XmlSerializer serializer, MessagePartDescription returnPart, MessagePartDescriptionCollection bodyParts, object[] parameters, bool isRequest) 414internal abstract MessagePartDescriptionCollection RpcEncodedTypedMessageBodyParts { get; }