Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PopNamespaces()

void System.Xml.XmlWellFormedWriter.PopNamespaces ( int indexFrom,
int indexTo )
inlineprivate

Definition at line 2726 of file XmlWellFormedWriter.cs.

2727 {
2728 for (int num = indexTo; num >= indexFrom; num--)
2729 {
2730 if (_nsStack[num].prevNsIndex == -1)
2731 {
2733 }
2734 else
2735 {
2737 }
2738 }
2739 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
Dictionary< string, int > _nsHashtable

References System.Xml.XmlWellFormedWriter._nsHashtable, System.Xml.XmlWellFormedWriter._nsStack, System.Xml.Dictionary, System.prefix, System.Xml.XmlWellFormedWriter.Namespace.prefix, System.Xml.XmlWellFormedWriter.Namespace.prevNsIndex, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by System.Xml.XmlWellFormedWriter.WriteEndElement(), System.Xml.XmlWellFormedWriter.WriteEndElementAsync_FinishWrite(), and System.Xml.XmlWellFormedWriter.WriteFullEndElement().