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