1 write to ns
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
840attribute.ns = ns;
4 references to ns
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (4)
165_ns = attribute.ns; 180if (attribute.localName == name && attribute.ns == namespaceURI) 195if (attribute.localName == name && attribute.ns == namespaceURI) 619XmlAttribute xmlAttr = dataNode.OwnerDocument.CreateAttribute(a.prefix, a.localName!, a.ns);