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
XProcessingInstructionWrapper.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000118")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000210")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000AEA")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1D2E09C", Offset = "0x1D2E09C", Length = "0x78")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XProcessingInstructionWrapper), Member = "get_LocalName", ReturnType = typeof(string))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XProcessingInstructionWrapper), Member = "get_Value", ReturnType = typeof(string))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XProcessingInstructionWrapper), Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 get
23 {
24 throw null;
25 }
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000AEB")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1D2D40C", Offset = "0x1D2D40C", Length = "0x6C")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XDocumentWrapper), Member = "CreateProcessingInstruction", MemberParameters = new object[]
31 {
32 typeof(string),
33 typeof(string)
34 }, ReturnType = typeof(IXmlNode))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XContainerWrapper), Member = "WrapNode", MemberParameters = new object[] { typeof(XObject) }, ReturnType = typeof(IXmlNode))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43
44 [global::Cpp2ILInjected.Token(Token = "0x17000211")]
45 public override string LocalName
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6000AEC")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1D2E114", Offset = "0x1D2E114", Length = "0x14")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XProcessingInstructionWrapper), Member = "get_ProcessingInstruction", ReturnType = typeof(XProcessingInstruction))]
51 get
52 {
53 throw null;
54 }
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x17000212")]
58 public override string Value
59 {
60 [global::Cpp2ILInjected.Token(Token = "0x6000AED")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1D2E128", Offset = "0x1D2E128", Length = "0x14")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XProcessingInstructionWrapper), Member = "get_ProcessingInstruction", ReturnType = typeof(XProcessingInstruction))]
64 get
65 {
66 throw null;
67 }
68 [global::Cpp2ILInjected.Token(Token = "0x6000AEE")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1D2E13C", Offset = "0x1D2E13C", Length = "0x1C")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XProcessingInstructionWrapper), Member = "get_ProcessingInstruction", ReturnType = typeof(XProcessingInstruction))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XProcessingInstruction), Member = "set_Data", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
73 set
74 {
75 throw null;
76 }
77 }
78 }
79}
class f__AnonymousType0<< Count > j__TPar
XProcessingInstructionWrapper(XProcessingInstruction processingInstruction)