3 writes to _set
System.Private.Xml (3)
System\Xml\Schema\NamespaceList.cs (3)
43
_set
= new Hashtable();
70
nsl.
_set
= (Hashtable)(_set.Clone());
346
nslist.
_set
= new Hashtable();
25 references to _set
System.Private.Xml (25)
System\Xml\Schema\NamespaceList.cs (25)
49
_set
[string.Empty] = string.Empty;
53
_set
[targetNamespace] = targetNamespace;
58
_set
[splitString[i]] = splitString[i];
69
Debug.Assert(
_set
!= null);
70
nsl._set = (Hashtable)(
_set
.Clone());
92
return
_set
!.Keys;
110
return
_set
![ns] != null;
132
foreach (string? s in
_set
!.Keys)
175
return !sub.
_set
!.Contains(super._targetNamespace!);
180
foreach (string? ns in sub.
_set
!.Keys)
182
if (!super.
_set
!.Contains(ns!))
209
foreach (string? ns in o2.
_set
!.Keys)
211
nslist.
_set
![ns!] = ns;
229
if (o1.
_set
!.Contains(o2._targetNamespace!))
244
else if (o1.
_set
!.Contains(string.Empty))
258
if (o2.
_set
!.Contains(o2._targetNamespace!))
273
else if (o2.
_set
!.Contains(string.Empty))
290
if (
_set
!.Contains(other._targetNamespace!))
292
if (
_set
.Contains(string.Empty))
301
else if (
_set
.Contains(string.Empty))
347
foreach (string? ns in o1.
_set
!.Keys)
349
if (o2.
_set
!.Contains(ns!))
351
nslist.
_set
.Add(ns!, ns);
380
if (
_set
![tns] != null)
382
_set
.Remove(tns);