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