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