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

◆ ThrowOnErrorSerializing

bool System.Configuration.SettingsProperty.ThrowOnErrorSerializing
getset

Definition at line 198 of file SettingsProperty.cs.

199 {
200 [global::Cpp2ILInjected.Token(Token = "0x6001E34")]
201 [global::Cpp2ILInjected.Address(RVA = "0x1E9755C", Offset = "0x1E9755C", Length = "0x38")]
202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
203 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
204 get
205 {
206 throw null;
207 }
208 [global::Cpp2ILInjected.Token(Token = "0x6001E35")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1E97594", Offset = "0x1E97594", Length = "0x38")]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
211 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
212 set
213 {
214 throw null;
215 }
216 }