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)
470return _targetNamespaces[targetNamespace] != null; 605_targetNamespaces.Remove(tns); 630if (_targetNamespaces[tns] == null) 632_targetNamespaces.Add(tns, tns); 646if (_targetNamespaces[tns] == null) 648_targetNamespaces.Add(tns, tns); 923if (_targetNamespaces[tns] == null) 925_targetNamespaces.Add(tns, tns); 939if (_targetNamespaces[tns] == null) 941_targetNamespaces.Add(tns, tns); 1047_targetNamespaces.Remove(tns); 1126if (_targetNamespaces[tns] == null) 1128_targetNamespaces.Add(tns, tns);