4 writes to ns
System.Xml (4)
System\Xml\XmlQualifiedName.cs (4)
61
this.
ns
= ns == null ? string.Empty : ns;
223
this.
ns
= ns;
229
this.
ns
= ns; //Not changing hash since ns is not used to compute hashcode
242
ns
= nameTable.Add(ns);
4 references to ns
System.Xml (4)
System\Xml\XmlQualifiedName.cs (4)
70
get { return
ns
; }
234
if (
ns
.Length != 0) {
235
XmlConvert.ToUri(
ns
);
242
ns = nameTable.Add(
ns
);