1 write to _nsHashtable
System.Private.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
1537
_nsHashtable
= new Dictionary<string, int>();
11 references to _nsHashtable
System.Private.Xml (11)
System\Xml\Core\XmlTextWriter.cs (11)
1550
Debug.Assert(
_nsHashtable
!= null);
1555
if (
_nsHashtable
.TryGetValue(prefix, out existingNsIndex))
1560
_nsHashtable
[prefix] = namespaceIndex;
1566
Debug.Assert(
_nsHashtable
!= null);
1570
Debug.Assert(
_nsHashtable
.ContainsKey(_nsStack[i].prefix));
1573
_nsHashtable
.Remove(_nsStack[i].prefix);
1577
_nsHashtable
[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;
1607
Debug.Assert(
_nsHashtable
!= null);
1609
if (
_nsHashtable
.TryGetValue(prefix, out nsIndex))
1632
Debug.Assert(
_nsHashtable
!= null);
1635
if (
_nsHashtable
.TryGetValue(prefix, out nsIndex))