2 writes to ns
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
125
this.
ns
= null;
914
this.
ns
= GetNamespaceUri(true);
4 references to ns
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
912
if (this.
ns
== null)
916
return this.
ns
;
1027
if (this.
ns
!= null)
1029
return this.
ns
;