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

◆ WriteString()

override void System.Xml.XmlEventCache.WriteString ( string text)
inline

Definition at line 96 of file XmlEventCache.cs.

97 {
98 if (this.pages != null)
99 {
100 int num = this.NewEvent();
101 XmlEventCache.XmlEvent[] array = this.pageCurr;
102 int num2 = 9;
103 array.o = num2;
104 return;
105 }
106 }
class f__AnonymousType0<< Count > j__TPar
XmlEventCache(string baseUri, bool hasRootNode)
XmlEventCache.XmlEvent[] pageCurr
List< XmlEventCache.XmlEvent[]> pages

References System.array, j__TPar, System.Xml.XmlEventCache.NewEvent(), System.Xml.XmlEventCache.pageCurr, and System.Xml.XmlEventCache.pages.