3 writes to Namespace
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1023member.XmlAttributes.XmlArray.Namespace = ns; 1029member.XmlAttributes.XmlArray.Namespace = ns;
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1159xmlArray.Namespace = rpc ? null : ns;
5 references to Namespace
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1022if (member.XmlAttributes.XmlArray.Namespace == null)
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1512arrayElement.Namespace = rpc ? null : a.XmlArray.Namespace == null ? ns : a.XmlArray.Namespace; 1798if (a.XmlArray != null && a.XmlArray.Namespace != null) { 1799throw new InvalidOperationException(Res.GetString(Res.XmlRpcLitElementNamespace, "Namespace", a.XmlArray.Namespace));