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

◆ OnStartElement()

void Mono.Xml.SecurityParser.OnStartElement ( string name,
SmallXmlParser::IAttrList attrs )
inline

Implements Mono.Xml.SmallXmlParser.IContentHandler.

Definition at line 43 of file SecurityParser.cs.

44 {
45 if (this.root != null)
46 {
47 if (this.stack != null)
48 {
49 }
50 return;
51 }
52 Stack stack = this.stack;
53 }

References Mono.Xml.SecurityParser.root, and Mono.Xml.SecurityParser.stack.