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)
586
return
_targetNamespaces
[targetNamespace] != null;
736
_targetNamespaces
.Remove(tns);
761
if (
_targetNamespaces
[tns] == null)
763
_targetNamespaces
.Add(tns, tns);
777
if (
_targetNamespaces
[tns] == null)
779
_targetNamespaces
.Add(tns, tns);
1075
if (
_targetNamespaces
[tns] == null)
1077
_targetNamespaces
.Add(tns, tns);
1091
if (
_targetNamespaces
[tns] == null)
1093
_targetNamespaces
.Add(tns, tns);
1204
_targetNamespaces
.Remove(tns);
1283
if (
_targetNamespaces
[tns] == null)
1285
_targetNamespaces
.Add(tns, tns);