3 writes to targetNs
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
306set { targetNs = value; } 527that.targetNs = this.targetNs; 545that.targetNs = this.targetNs;
6 references to targetNs
System.Xml (6)
System\Xml\Schema\XmlSchema.cs (6)
201if (targetNs != null && targetNs.Length != 0) { 202ns.Add("tns", targetNs); 305get { return targetNs; } 527that.targetNs = this.targetNs; 545that.targetNs = this.targetNs;