1 write to _targetNamespaces
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
98
_targetNamespaces
= new Hashtable();
13 references to _targetNamespaces
System.Private.Xml (13)
System\Xml\Schema\XmlSchemaSet.cs (13)
470
return
_targetNamespaces
[targetNamespace] != null;
605
_targetNamespaces
.Remove(tns);
630
if (
_targetNamespaces
[tns] == null)
632
_targetNamespaces
.Add(tns, tns);
646
if (
_targetNamespaces
[tns] == null)
648
_targetNamespaces
.Add(tns, tns);
923
if (
_targetNamespaces
[tns] == null)
925
_targetNamespaces
.Add(tns, tns);
939
if (
_targetNamespaces
[tns] == null)
941
_targetNamespaces
.Add(tns, tns);
1047
_targetNamespaces
.Remove(tns);
1126
if (
_targetNamespaces
[tns] == null)
1128
_targetNamespaces
.Add(tns, tns);