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