1 write to _targetNamespaces
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
86
_targetNamespaces
= new Hashtable();
13 references to _targetNamespaces
System.Private.Xml (13)
System\Xml\Schema\XmlSchemaSet.cs (13)
458
return
_targetNamespaces
[targetNamespace] != null;
593
_targetNamespaces
.Remove(tns);
618
if (
_targetNamespaces
[tns] == null)
620
_targetNamespaces
.Add(tns, tns);
634
if (
_targetNamespaces
[tns] == null)
636
_targetNamespaces
.Add(tns, tns);
911
if (
_targetNamespaces
[tns] == null)
913
_targetNamespaces
.Add(tns, tns);
927
if (
_targetNamespaces
[tns] == null)
929
_targetNamespaces
.Add(tns, tns);
1035
_targetNamespaces
.Remove(tns);
1114
if (
_targetNamespaces
[tns] == null)
1116
_targetNamespaces
.Add(tns, tns);