1 write to nsHashtable
System.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1537nsHashtable = new Dictionary<string, int>(hasher);
6 references to nsHashtable
System.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (6)
1548if (nsHashtable.TryGetValue(prefix, out existingNsIndex)) { 1551nsHashtable[prefix] = namespaceIndex; 1557if (nsHashtable.TryGetValue(prefix, out index)) { 1575Debug.Assert(nsHashtable.ContainsKey(nsStack[i].prefix)); 1577nsHashtable.Remove(nsStack[i].prefix); 1580nsHashtable[nsStack[i].prefix] = nsStack[i].prevNsIndex;