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

◆ Data

string System.Xml.XmlProcessingInstruction.Data
set

Definition at line 71 of file XmlProcessingInstruction.cs.

72 {
73 [global::Cpp2ILInjected.Token(Token = "0x600060B")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1D9A760", Offset = "0x1D9A760", Length = "0xA0")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlProcessingInstruction), Member = "set_InnerText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 set
80 {
81 throw null;
82 }
83 }
class f__AnonymousType0<< Count > j__TPar
XmlProcessingInstruction(string target, string data, XmlDocument doc)