1 instantiation of PartInfo
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
281
return new
PartInfo
(part,
16 references to PartInfo
System.ServiceModel (16)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (16)
35
PartInfo
[] requestParts;
36
PartInfo
[] responseParts;
37
PartInfo
returnPart;
184
static
PartInfo
[] AddToDictionary(XmlDictionary dictionary, MessagePartDescriptionCollection parts, bool isRpc)
186
PartInfo
[] partInfos = new
PartInfo
[parts.Count];
269
static
PartInfo
AddToDictionary(XmlDictionary dictionary, MessagePartDescription part, bool isRpc)
559
void DeserializeParameters(XmlDictionaryReader reader,
PartInfo
[] parts, object[] parameters)
570
PartInfo
part = parts[i];
585
private bool IsPartElements(XmlDictionaryReader reader,
PartInfo
[] parts)
587
foreach (
PartInfo
part in parts)
593
bool IsPartElement(XmlDictionaryReader reader,
PartInfo
part)
598
object DeserializeParameter(XmlDictionaryReader reader,
PartInfo
part)
610
void SerializeParameter(XmlDictionaryWriter writer,
PartInfo
part, object graph)
625
void SerializeParameters(XmlDictionaryWriter writer,
PartInfo
[] parts, object[] parameters)
634
PartInfo
part = parts[i];