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

◆ ReadContent()

void Mono.Xml.SmallXmlParser.ReadContent ( )
inlineinherited

Definition at line 239 of file SmallXmlParser.cs.

240 {
241 TextReader textReader = this.reader;
242 if (this.buffer.Length == 0)
243 {
244 int num = 1;
245 this.isWhitespace = num != 0;
246 }
247 this.HandleWhitespaces();
249 int num2 = this.Read();
251 int num3 = this.Read();
253 int num4 = this.Read();
254 bool flag = this.ReadName() != "CDATA";
255 int num5 = 91;
256 this.Expect(num5);
257 this.ReadCDATASection();
258 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Xml.SmallXmlParser.buffer, Mono.Xml.SmallXmlParser.Expect(), Mono.Xml.SmallXmlParser.HandleWhitespaces(), j__TPar, System.Text.StringBuilder.Length, Mono.Xml.SmallXmlParser.Read(), Mono.Xml.SmallXmlParser.ReadCDATASection(), Mono.Xml.SmallXmlParser.reader, and Mono.Xml.SmallXmlParser.ReadName().