1 instantiation of PartInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
240
return new
PartInfo
(part,
16 references to PartInfo
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (16)
29
private
PartInfo
[] _requestParts;
30
private
PartInfo
[] _responseParts;
31
private
PartInfo
_returnPart;
151
private static
PartInfo
[] AddToDictionary(XmlDictionary dictionary, MessagePartDescriptionCollection parts, bool isRpc)
153
PartInfo
[] partInfos = new
PartInfo
[parts.Count];
228
private static
PartInfo
AddToDictionary(XmlDictionary dictionary, MessagePartDescription part, bool isRpc)
517
private void DeserializeParameters(XmlDictionaryReader reader,
PartInfo
[] parts, object[] parameters)
528
PartInfo
part = parts[i];
543
private bool IsPartElements(XmlDictionaryReader reader,
PartInfo
[] parts)
545
foreach (
PartInfo
part in parts)
551
private bool IsPartElement(XmlDictionaryReader reader,
PartInfo
part)
556
private object DeserializeParameter(XmlDictionaryReader reader,
PartInfo
part)
568
private void SerializeParameter(XmlDictionaryWriter writer,
PartInfo
part, object graph)
582
private void SerializeParameters(XmlDictionaryWriter writer,
PartInfo
[] parts, object[] parameters)
591
PartInfo
part = parts[i];