1 write to Namespace
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1338
xmlArray.
Namespace
= rpc ? null : ns;
3 references to Namespace
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1743
arrayElement.Namespace = rpc ? null : a.XmlArray.
Namespace
?? ns;
2070
if (a.XmlArray != null && a.XmlArray.
Namespace
!= null)
2072
throw new InvalidOperationException(SR.Format(SR.XmlRpcLitElementNamespace, "Namespace", a.XmlArray.
Namespace
));