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