terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ InnerText

override string System.Xml.XmlUnspecifiedAttribute.InnerText
set

Definition at line 54 of file XmlUnspecifiedAttribute.cs.

55 {
56 [global::Cpp2ILInjected.Token(Token = "0x6000626")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1D9AD1C", Offset = "0x1D9AD1C", Length = "0x20")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlAttribute), Member = "set_InnerText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
60 set
61 {
62 throw null;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar
XmlAttribute(XmlName name, XmlDocument doc)