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

◆ ThrowOnErrorDeserializing

bool System.Configuration.SettingsProperty.ThrowOnErrorDeserializing
getset

Definition at line 177 of file SettingsProperty.cs.

178 {
179 [global::Cpp2ILInjected.Token(Token = "0x6001E32")]
180 [global::Cpp2ILInjected.Address(RVA = "0x1E974EC", Offset = "0x1E974EC", Length = "0x38")]
181 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
182 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
183 get
184 {
185 throw null;
186 }
187 [global::Cpp2ILInjected.Token(Token = "0x6001E33")]
188 [global::Cpp2ILInjected.Address(RVA = "0x1E97524", Offset = "0x1E97524", Length = "0x38")]
189 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
190 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
191 set
192 {
193 throw null;
194 }
195 }