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