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