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

◆ WorkerSupportsCancellation

bool System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation
getset

Definition at line 303 of file BackgroundWorker.cs.

304 {
305 [global::Cpp2ILInjected.Token(Token = "0x6001557")]
306 [global::Cpp2ILInjected.Address(RVA = "0x1E3B038", Offset = "0x1E3B038", Length = "0x8")]
307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
308 get
309 {
310 throw null;
311 }
312 [global::Cpp2ILInjected.Token(Token = "0x6001558")]
313 [global::Cpp2ILInjected.Address(RVA = "0x1E3B040", Offset = "0x1E3B040", Length = "0xC")]
314 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
315 set
316 {
317 throw null;
318 }
319 }