1 write to _nsHashtable
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1765
_nsHashtable
= new Dictionary<string, int>();
9 references to _nsHashtable
System.Private.Xml (9)
System\Xml\Core\XmlWellFormedWriter.cs (9)
1776
Debug.Assert(
_nsHashtable
!= null);
1780
if (
_nsHashtable
.TryGetValue(prefix, out existingNsIndex))
1784
_nsHashtable
[prefix] = namespaceIndex;
1792
Debug.Assert(
_nsHashtable
!= null);
1794
if (
_nsHashtable
.TryGetValue(prefix, out index))
1815
Debug.Assert(
_nsHashtable
!= null);
1819
Debug.Assert(
_nsHashtable
.ContainsKey(_nsStack[i].prefix));
1822
_nsHashtable
.Remove(_nsStack[i].prefix);
1826
_nsHashtable
[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;