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

◆ HandleBufferedContent()

void Mono.Xml.SmallXmlParser.HandleBufferedContent ( )
inlineprivate

Definition at line 261 of file SmallXmlParser.cs.

262 {
263 if (this.buffer.Length == 0)
264 {
265 return;
266 }
267 StringBuilder stringBuilder = this.buffer;
268 bool flag = this.isWhitespace;
270 if (flag)
271 {
272 return;
273 }
274 }
class f__AnonymousType0<< Count > j__TPar
SmallXmlParser.IContentHandler handler

References Mono.Xml.SmallXmlParser.buffer, Mono.Xml.SmallXmlParser.handler, Mono.Xml.SmallXmlParser.isWhitespace, j__TPar, and System.Text.StringBuilder.Length.