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