1 write to ns
System.Runtime.Serialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
853attribute.ns = ns;
4 references to ns
System.Runtime.Serialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (4)
173this.ns = attribute.ns; 188if (attribute.localName == name && attribute.ns == namespaceURI) 203if (attribute.localName == name && attribute.ns == namespaceURI) 623XmlAttribute xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.localName, a.ns);