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

◆ Value

string System.Xml.Linq.XAttribute.Value
getset

Definition at line 108 of file XAttribute.cs.

109 {
110 [global::Cpp2ILInjected.Token(Token = "0x6000007")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1D690F8", Offset = "0x1D690F8", Length = "0x8")]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 get
114 {
115 throw null;
116 }
117 [global::Cpp2ILInjected.Token(Token = "0x6000008")]
118 [global::Cpp2ILInjected.Address(RVA = "0x1D69100", Offset = "0x1D69100", Length = "0xFC")]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Converters.XAttributeWrapper", Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XAttribute), Member = "ValidateAttribute", MemberParameters = new object[]
122 {
123 typeof(XName),
124 typeof(string)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XObject), Member = "NotifyChanging", MemberParameters = new object[]
127 {
128 typeof(object),
129 typeof(XObjectChangeEventArgs)
130 }, ReturnType = typeof(bool))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XObject), Member = "NotifyChanged", MemberParameters = new object[]
132 {
133 typeof(object),
134 typeof(XObjectChangeEventArgs)
135 }, ReturnType = typeof(bool))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
138 set
139 {
140 throw null;
141 }
142 }
class f__AnonymousType0<< Count > j__TPar
XAttribute(XName name, object value)
Definition XAttribute.cs:36