3 writes to _targetNs
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
262
set {
_targetNs
= value; }
427
that.
_targetNs
= _targetNs;
446
that.
_targetNs
= _targetNs;
5 references to _targetNs
System.Private.Xml (5)
System\Xml\Schema\XmlSchema.cs (5)
175
if (!string.IsNullOrEmpty(
_targetNs
))
177
ns.Add("tns",
_targetNs
);
261
get { return
_targetNs
; }
427
that._targetNs =
_targetNs
;
446
that._targetNs =
_targetNs
;