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.XmlProcessingInstruction.InnerText
getset

Definition at line 86 of file XmlProcessingInstruction.cs.

87 {
88 [global::Cpp2ILInjected.Token(Token = "0x600060C")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1D9A800", Offset = "0x1D9A800", Length = "0x8")]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
91 get
92 {
93 throw null;
94 }
95 [global::Cpp2ILInjected.Token(Token = "0x600060D")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1D9A808", Offset = "0x1D9A808", Length = "0x4")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlProcessingInstruction), Member = "set_Data", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
99 set
100 {
101 throw null;
102 }
103 }
class f__AnonymousType0<< Count > j__TPar
XmlProcessingInstruction(string target, string data, XmlDocument doc)