terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AddAttribute() [1/2]

XmlTextReaderImpl.NodeData System.Xml.XmlTextReaderImpl.AddAttribute ( int endNamePos,
int colonPos )
inlineprivate

Definition at line 2881 of file XmlTextReaderImpl.cs.

2882 {
2883 if (this.supportNamespaces)
2884 {
2885 string text = this.lastPrefix;
2886 int num = 1;
2888 int charPos = this.ps.charPos;
2889 int stringLength = text._stringLength;
2891 XmlNameTable xmlNameTable = this.nameTable;
2893 string text2 = this.lastPrefix;
2894 }
2895 XmlNameTable xmlNameTable2 = this.nameTable;
2896 int charPos2 = this.ps.charPos;
2898 XmlNameTable xmlNameTable3 = this.nameTable;
2900 XmlNameTable xmlNameTable4 = this.nameTable;
2904 return nodeData;
2905 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

References j__TPar, System.Xml.XmlTextReaderImpl.lastPrefix, System.Xml.XmlTextReaderImpl.nameTable, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.supportNamespaces, and System.text.

Referenced by System.Xml.XmlTextReaderImpl.AddDefaultAttributeInternal().