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

◆ ParseElement()

void System.Runtime.Remoting.ConfigHandler.ParseElement ( string name,
SmallXmlParser::IAttrList attrs )
inline

Definition at line 59 of file ConfigHandler.cs.

60 {
61 if (this.currentProviderData != null)
62 {
63 this.ReadCustomProviderData(name, attrs);
64 return;
65 }
66 uint num = <PrivateImplementationDetails>.ComputeStringHash(name);
67 bool flag = name == "channel";
68 if ("channels" == null || "channels" != null)
69 {
70 int num2 = this.currentXmlPath.IndexOf("application");
71 return;
72 }
74 }
class f__AnonymousType0<< Count > j__TPar
void ReadCustomProviderData(string name, SmallXmlParser.IAttrList attrs)

References System.Runtime.Remoting.ConfigHandler.currentProviderData, System.Runtime.Remoting.ConfigHandler.currentXmlPath, j__TPar, System.name, and System.Runtime.Remoting.ConfigHandler.ReadCustomProviderData().

Referenced by System.Runtime.Remoting.ConfigHandler.OnStartElement().