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)
1776Debug.Assert(_nsHashtable != null); 1780if (_nsHashtable.TryGetValue(prefix, out existingNsIndex)) 1784_nsHashtable[prefix] = namespaceIndex; 1792Debug.Assert(_nsHashtable != null); 1794if (_nsHashtable.TryGetValue(prefix, out index)) 1815Debug.Assert(_nsHashtable != null); 1819Debug.Assert(_nsHashtable.ContainsKey(_nsStack[i].prefix)); 1822_nsHashtable.Remove(_nsStack[i].prefix); 1826_nsHashtable[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;