3 writes to Namespace
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1342
xmlArray.
Namespace
= rpc ? null : ns;
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1186
member.XmlAttributes.XmlArray.
Namespace
= ns;
1193
member.XmlAttributes.XmlArray.
Namespace
= ns;
4 references to Namespace
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1747
arrayElement.Namespace = rpc ? null : a.XmlArray.
Namespace
?? ns;
2074
if (a.XmlArray != null && a.XmlArray.
Namespace
!= null)
2076
throw new InvalidOperationException(SR.Format(SR.XmlRpcLitElementNamespace, "Namespace", a.XmlArray.
Namespace
));
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1184
if (member.XmlAttributes.XmlArray.
Namespace
== null)