3 writes to _targetNs
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
270
set {
_targetNs
= value; }
435
that.
_targetNs
= _targetNs;
454
that.
_targetNs
= _targetNs;
5 references to _targetNs
System.Private.Xml (5)
System\Xml\Schema\XmlSchema.cs (5)
183
if (!string.IsNullOrEmpty(
_targetNs
))
185
ns.Add("tns",
_targetNs
);
269
get { return
_targetNs
; }
435
that._targetNs =
_targetNs
;
454
that._targetNs =
_targetNs
;