7 writes to ns
System.Runtime.Serialization (7)
System\Runtime\Serialization\ExtensionDataReader.cs (7)
107
this.
ns
= null;
173
this.
ns
= attribute.ns;
229
this.
ns
= element.ns;
318
this.
ns
= String.Empty;
327
this.
ns
= String.Empty;
340
this.
ns
= String.Empty;
757
this.
ns
= element.ns;
2 references to ns
System.Runtime.Serialization (2)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
123
public override string NamespaceURI { get { return IsXmlDataNode ? xmlNodeReader.NamespaceURI :
ns
; } }
198
return xmlNodeReader.MoveToAttribute(name,
ns
);