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