1 write to targetNamespaces
System.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
104
targetNamespaces
= new Hashtable();
13 references to targetNamespaces
System.Xml (13)
System\Xml\Schema\XmlSchemaSet.cs (13)
500
return
targetNamespaces
[targetNamespace] != null;
627
targetNamespaces
.Remove(tns);
651
if (
targetNamespaces
[tns] == null) {
652
targetNamespaces
.Add(tns, tns);
663
if (
targetNamespaces
[tns] == null) {
664
targetNamespaces
.Add(tns, tns);
923
if (
targetNamespaces
[tns] == null) {
924
targetNamespaces
.Add(tns, tns);
935
if (
targetNamespaces
[tns] == null) {
936
targetNamespaces
.Add(tns, tns);
1024
targetNamespaces
.Remove(tns);
1093
if (
targetNamespaces
[tns] == null) {
1094
targetNamespaces
.Add(tns, tns);