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 System.Runtime.Remoting.ConfigHandler.OnStartElement ( string name,
SmallXmlParser::IAttrList attrs )
inline

Implements Mono.Xml.SmallXmlParser.IContentHandler.

Definition at line 50 of file ConfigHandler.cs.

51 {
52 bool flag = this.currentXmlPath.StartsWith("/configuration/system.runtime.remoting");
53 this.ParseElement(name, attrs);
54 string text = this.currentXmlPath + "/" + name;
56 }
class f__AnonymousType0<< Count > j__TPar
void ParseElement(string name, SmallXmlParser.IAttrList attrs)

References System.Runtime.Remoting.ConfigHandler.currentXmlPath, j__TPar, System.name, System.Runtime.Remoting.ConfigHandler.ParseElement(), and System.text.