3 writes to Namespace
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1342xmlArray.Namespace = rpc ? null : ns;
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1186member.XmlAttributes.XmlArray.Namespace = ns; 1193member.XmlAttributes.XmlArray.Namespace = ns;
4 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));
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1184if (member.XmlAttributes.XmlArray.Namespace == null)