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

◆ Load()

void System.Xml.XmlLoader.Load ( XmlDocument doc,
XmlReader reader,
bool preserveWhitespace )
inlinepackage

Definition at line 17 of file XmlLoader.cs.

18 {
19 this.doc = doc;
20 Type type;
21 bool flag = reader.GetType() == type;
22 if (reader != null)
23 {
24 }
25 if (doc == null)
26 {
27 return;
28 }
29 if (reader != null)
30 {
32 if (reader != null)
33 {
36 }
37 XmlReader xmlReader = this.reader;
38 XmlReader xmlReader2 = this.reader;
39 this.LoadDocSequence(doc);
40 return;
41 }
42 string @string = Res.GetString("There is no reader from which to load the document.");
43 throw new InvalidCastException();
44 }
class f__AnonymousType0<< Count > j__TPar
void LoadDocSequence(XmlDocument parentDoc)
Definition XmlLoader.cs:47

References System.Xml.XmlLoader.doc, System.Xml.Res.GetString(), j__TPar, System.Xml.XmlLoader.LoadDocSequence(), and System.Xml.XmlLoader.reader.