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)
458return _targetNamespaces[targetNamespace] != null; 593_targetNamespaces.Remove(tns); 618if (_targetNamespaces[tns] == null) 620_targetNamespaces.Add(tns, tns); 634if (_targetNamespaces[tns] == null) 636_targetNamespaces.Add(tns, tns); 911if (_targetNamespaces[tns] == null) 913_targetNamespaces.Add(tns, tns); 927if (_targetNamespaces[tns] == null) 929_targetNamespaces.Add(tns, tns); 1035_targetNamespaces.Remove(tns); 1114if (_targetNamespaces[tns] == null) 1116_targetNamespaces.Add(tns, tns);