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

◆ LoadDocSequence()

void System.Xml.XmlLoader.LoadDocSequence ( XmlDocument parentDoc)
inlineprivate

Definition at line 47 of file XmlLoader.cs.

48 {
49 if (this.LoadNode(true) != null)
50 {
51 XmlReader xmlReader = this.reader;
52 }
53 }
class f__AnonymousType0<< Count > j__TPar
XmlNode LoadNode(bool skipOverWhitespace)
Definition XmlLoader.cs:56

References j__TPar, System.Xml.XmlLoader.LoadNode(), and System.Xml.XmlLoader.reader.

Referenced by System.Xml.XmlLoader.Load().