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() [2/2]

XmlTextReaderImpl.NodeData System.Xml.XmlTextReaderImpl.AddAttribute ( string localName,
string prefix,
string nameWPrefix )
inlineprivate

Definition at line 2908 of file XmlTextReaderImpl.cs.

2909 {
2910 int num = this.index;
2911 int num2 = this.attrCount;
2912 XmlTextReaderImpl.NodeData[] array = this.nodes;
2913 long num3 = 0L;
2914 char c = localName[(int)num3];
2915 int num4 = this.attrHashtable;
2916 int num5 = this.attrDuplWalkCount;
2917 int num6 = this.index;
2918 int num7 = this.attrCount;
2919 XmlTextReaderImpl.NodeData[] array2 = this.nodes;
2921 string localName2 = nodeData.localName;
2922 string prefix2 = array2.prefix;
2923 int num8 = this.index;
2924 int num9 = this.attrCount;
2926 int num10 = this.attrCount;
2928 return nodeData;
2929 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.NodeData[] nodes

References System.array, System.Xml.XmlTextReaderImpl.attrCount, System.Xml.XmlTextReaderImpl.attrDuplWalkCount, System.Xml.XmlTextReaderImpl.attrHashtable, System.Xml.XmlTextReaderImpl.index, j__TPar, System.L, System.Xml.XmlTextReaderImpl.NodeData.localName, and System.Xml.XmlTextReaderImpl.nodes.