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

XNode System.Xml.Linq.XContainer.LastNode
getsetinherited

Definition at line 40 of file XContainer.cs.

41 {
42 [global::Cpp2ILInjected.Token(Token = "0x600001A")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1D6A07C", Offset = "0x1D6A07C", Length = "0x134")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XContainer.<Nodes>d__18), Member = "MoveNext", ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XText), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
49 get
50 {
51 throw null;
52 }
53 }
class f__AnonymousType0<< Count > j__TPar
IEnumerable< XNode > Nodes()
Definition XContainer.cs:83