1 write to _targetNamespaces
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
105_targetNamespaces = new Hashtable();
13 references to _targetNamespaces
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (13)
586return _targetNamespaces[targetNamespace] != null; 736_targetNamespaces.Remove(tns); 761if (_targetNamespaces[tns] == null) 763_targetNamespaces.Add(tns, tns); 777if (_targetNamespaces[tns] == null) 779_targetNamespaces.Add(tns, tns); 1075if (_targetNamespaces[tns] == null) 1077_targetNamespaces.Add(tns, tns); 1091if (_targetNamespaces[tns] == null) 1093_targetNamespaces.Add(tns, tns); 1204_targetNamespaces.Remove(tns); 1283if (_targetNamespaces[tns] == null) 1285_targetNamespaces.Add(tns, tns);