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()

void System.Xml.XmlWellFormedWriter.AddAttribute ( string prefix,
string localName,
string namespaceName )
inlineprivate

Definition at line 840 of file XmlWellFormedWriter.cs.

841 {
842 int num = 1;
843 XmlWellFormedWriter.AttrName[] array = this.attrStack;
844 this.attrCount = num;
845 int prev = array.prev;
846 XmlWellFormedWriter.AttrName[] array2 = this.attrStack;
847 int num2 = this.attrCount;
848 if (this.attrHashTable == null)
849 {
850 SecureStringHasher secureStringHasher = this.hasher;
851 }
852 long num3 = 0L;
853 this.AddToAttrHashTable((int)num3);
854 this.AddToAttrHashTable((int)num3);
855 XmlWellFormedWriter.AttrName[] array3 = this.attrStack;
857 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, int > attrHashTable
void AddToAttrHashTable(int attributeIndex)
XmlWellFormedWriter.AttrName[] attrStack

References System.Xml.XmlWellFormedWriter.AddToAttrHashTable(), System.array, System.Xml.XmlWellFormedWriter.attrCount, System.Xml.XmlWellFormedWriter.attrHashTable, System.Xml.XmlWellFormedWriter.attrStack, System.Xml.XmlWellFormedWriter.hasher, j__TPar, and System.L.