3 writes to _set
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (3)
48
_set
= new Hashtable();
75
nsl.
_set
= (Hashtable)(_set.Clone());
352
nslist.
_set
= new Hashtable();
27 references to _set
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (27)
54
_set
[string.Empty] = string.Empty;
58
_set
[targetNamespace] = targetNamespace;
63
_set
[splitString[i]] = splitString[i];
74
Debug.Assert(
_set
!= null);
75
nsl._set = (Hashtable)(
_set
.Clone());
97
return
_set
.Keys;
115
return
_set
[ns] != null;
137
foreach (string s in
_set
.Keys)
180
return !sub.
_set
.Contains(super._targetNamespace);
185
foreach (string ns in sub.
_set
.Keys)
187
if (!super.
_set
.Contains(ns))
214
foreach (string ns in o2.
_set
.Keys)
216
nslist.
_set
[ns] = ns;
234
if (o1.
_set
.Contains(o2._targetNamespace))
249
else if (o1.
_set
.Contains(string.Empty))
263
if (o2.
_set
.Contains(o2._targetNamespace))
278
else if (o2.
_set
.Contains(string.Empty))
295
if (
_set
.Contains(other._targetNamespace))
297
if (
_set
.Contains(string.Empty))
306
else if (
_set
.Contains(string.Empty))
353
foreach (string ns in o1.
_set
.Keys)
355
if (o2.
_set
.Contains(ns))
357
nslist.
_set
.Add(ns, ns);
386
if (
_set
[tns] != null)
388
_set
.Remove(tns);
394
return ((_type == ListType.Set) && ((
_set
== null) ||
_set
.Count == 0));