1 write to _targetNamespace
System.Private.Xml (1)
System\Xml\Schema\NamespaceList.cs (1)
30
_targetNamespace
= targetNamespace;
19 references to _targetNamespace
System.Private.Xml (19)
System\Xml\Schema\NamespaceList.cs (19)
82
get { return
_targetNamespace
; }
108
return ns !=
_targetNamespace
&& ns.Length != 0;
142
if (s ==
_targetNamespace
)
169
return super.
_targetNamespace
== sub.
_targetNamespace
;
175
return !sub._set!.Contains(super.
_targetNamespace
!);
216
if (o1.
_targetNamespace
== o2.
_targetNamespace
)
229
if (o1._set!.Contains(o2.
_targetNamespace
!))
240
if (o2.
_targetNamespace
!= string.Empty)
258
if (o2._set!.Contains(o2.
_targetNamespace
!))
269
if (o1.
_targetNamespace
!= string.Empty)
290
if (_set!.Contains(other.
_targetNamespace
!))
327
nslist.RemoveNamespace(o2.
_targetNamespace
!);
336
nslist.RemoveNamespace(o1.
_targetNamespace
!);
357
if (o1.
_targetNamespace
== o2.
_targetNamespace
)
364
if (o1.
_targetNamespace
== string.Empty)
368
else if (o2.
_targetNamespace
== string.Empty)