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)
1779Debug.Assert(_nsHashtable != null); 1783if (_nsHashtable.TryGetValue(prefix, out existingNsIndex)) 1787_nsHashtable[prefix] = namespaceIndex; 1795Debug.Assert(_nsHashtable != null); 1797if (_nsHashtable.TryGetValue(prefix, out index)) 1818Debug.Assert(_nsHashtable != null); 1822Debug.Assert(_nsHashtable.ContainsKey(_nsStack[i].prefix)); 1825_nsHashtable.Remove(_nsStack[i].prefix); 1829_nsHashtable[_nsStack[i].prefix] = _nsStack[i].prevNsIndex;