1 write to _nsHashtable
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1768
_nsHashtable
= new Dictionary<string, int>();
9 references to _nsHashtable
System.Private.Xml (9)
System\Xml\Core\XmlWellFormedWriter.cs (9)
1779
Debug.Assert(
_nsHashtable
!= null);
1783
if (
_nsHashtable
.TryGetValue(prefix, out existingNsIndex))
1787
_nsHashtable
[prefix] = namespaceIndex;
1795
Debug.Assert(
_nsHashtable
!= null);
1797
if (
_nsHashtable
.TryGetValue(prefix, out index))
1818
Debug.Assert(
_nsHashtable
!= null);
1822
Debug.Assert(
_nsHashtable
.ContainsKey(_nsStack[i].prefix));
1825
_nsHashtable
.Remove(_nsStack[i].prefix);
1829
_nsHashtable
[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;