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