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