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

◆ CancellationToken

global.System.Threading.CancellationToken System.OperationCanceledException.CancellationToken
getsetprivate set

Definition at line 16 of file OperationCanceledException.cs.

17 {
18 [global::Cpp2ILInjected.Token(Token = "0x60008C3")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1C44088", Offset = "0x1C44088", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 get
22 {
23 throw null;
24 }
25 [global::Cpp2ILInjected.Token(Token = "0x60008C4")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C44090", Offset = "0x1C44090", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 private set
29 {
30 throw null;
31 }
32 }