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

◆ LastNode

override XmlLinkedNode System.Xml.XmlEntity.LastNode
getsetpackage

Definition at line 109 of file XmlEntity.cs.

110 {
111 [global::Cpp2ILInjected.Token(Token = "0x6000555")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1D927E8", Offset = "0x1D927E8", Length = "0x84")]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlLoader), Member = "ExpandEntity", MemberParameters = new object[] { typeof(XmlEntity) }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
117 get
118 {
119 throw null;
120 }
121 [global::Cpp2ILInjected.Token(Token = "0x6000556")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1D928B0", Offset = "0x1D928B0", Length = "0x8")]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 set
125 {
126 throw null;
127 }
128 }
class f__AnonymousType0<< Count > j__TPar
XmlEntity(string name, string strdata, string publicId, string systemId, string notationName, XmlDocument doc)
Definition XmlEntity.cs:21