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
AsyncLocalValueChangedArgs.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Threading
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001B8")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000186")]
12 public T CurrentValue
13 {
14 [global::System.Runtime.CompilerServices.CompilerGenerated]
15 [global::Cpp2ILInjected.Token(Token = "0x60010AC")]
16 [global::Cpp2ILInjected.Address(RVA = "0x17F5624", Offset = "0x17F5624", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60010AD")]
26 [global::Cpp2ILInjected.Address(RVA = "0x17F562C", Offset = "0x17F562C", Length = "0x18")]
27 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 {
31 throw null;
32 }
33
34 [global::System.Runtime.CompilerServices.CompilerGenerated]
35 [global::Cpp2ILInjected.Token(Token = "0x40008FD")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
37 private readonly T <PreviousValue>k__BackingField;
38
39 [global::System.Runtime.CompilerServices.CompilerGenerated]
40 [global::Cpp2ILInjected.Token(Token = "0x40008FE")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
42 private readonly T <CurrentValue>k__BackingField;
43
44 [global::System.Runtime.CompilerServices.CompilerGenerated]
45 [global::Cpp2ILInjected.Token(Token = "0x40008FF")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
47 private readonly bool <ThreadContextChanged>k__BackingField;
48 }
49}
class f__AnonymousType0<< Count > j__TPar
AsyncLocalValueChangedArgs(T previousValue, T currentValue, bool contextChanged)
readonly bool< ThreadContextChanged > k__BackingField