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)
1550Debug.Assert(_nsHashtable != null); 1555if (_nsHashtable.TryGetValue(prefix, out existingNsIndex)) 1560_nsHashtable[prefix] = namespaceIndex; 1566Debug.Assert(_nsHashtable != null); 1570Debug.Assert(_nsHashtable.ContainsKey(_nsStack[i].prefix)); 1573_nsHashtable.Remove(_nsStack[i].prefix); 1577_nsHashtable[_nsStack[i].prefix] = _nsStack[i].prevNsIndex; 1607Debug.Assert(_nsHashtable != null); 1609if (_nsHashtable.TryGetValue(prefix, out nsIndex)) 1632Debug.Assert(_nsHashtable != null); 1635if (_nsHashtable.TryGetValue(prefix, out nsIndex))