1 write to _targetNamespace
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (1)
35
_targetNamespace
= targetNamespace;
19 references to _targetNamespace
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (19)
87
get { return
_targetNamespace
; }
113
return ns !=
_targetNamespace
&& ns.Length != 0;
147
if (s ==
_targetNamespace
)
174
return super.
_targetNamespace
== sub.
_targetNamespace
;
180
return !sub._set.Contains(super.
_targetNamespace
);
221
if (o1.
_targetNamespace
== o2.
_targetNamespace
)
234
if (o1._set.Contains(o2.
_targetNamespace
))
245
if (o2.
_targetNamespace
!= string.Empty)
263
if (o2._set.Contains(o2.
_targetNamespace
))
274
if (o1.
_targetNamespace
!= string.Empty)
295
if (_set.Contains(other.
_targetNamespace
))
332
nslist.RemoveNamespace(o2.
_targetNamespace
);
341
nslist.RemoveNamespace(o1.
_targetNamespace
);
363
if (o1.
_targetNamespace
== o2.
_targetNamespace
)
370
if (o1.
_targetNamespace
== string.Empty)
374
else if (o2.
_targetNamespace
== string.Empty)