terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AsyncLocalValueChangedArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Threading
5
{
6
// Token: 0x020001B8 RID: 440
7
public
readonly
struct
AsyncLocalValueChangedArgs
<T>
8
{
9
// Token: 0x17000186 RID: 390
10
// (get) Token: 0x060010AC RID: 4268 RVA: 0x000235C8 File Offset: 0x000217C8
11
public
T
CurrentValue
12
{
13
[
CompilerGenerated
]
14
get
15
{
16
return
this.<
CurrentValue
>
k__BackingField
;
17
}
18
}
19
20
// Token: 0x060010AD RID: 4269 RVA: 0x000235DC File Offset: 0x000217DC
21
internal
AsyncLocalValueChangedArgs
(T
previousValue
, T
currentValue
,
bool
contextChanged
)
22
{
23
this.<
PreviousValue
>
k__BackingField
=
previousValue
;
24
this.CurrentValue
=
currentValue
;
25
}
26
27
// Token: 0x040008FD RID: 2301
28
[
CompilerGenerated
]
29
private
readonly
T <PreviousValue>
k__BackingField
;
30
31
// Token: 0x040008FE RID: 2302
32
[
CompilerGenerated
]
33
private
readonly
T <CurrentValue>
k__BackingField
;
34
35
// Token: 0x040008FF RID: 2303
36
[
CompilerGenerated
]
37
private
readonly
bool <ThreadContextChanged>
k__BackingField
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System
Definition
__ComObject.cs:4
System.Threading.AsyncLocalValueChangedArgs.CurrentValue
T CurrentValue
Definition
AsyncLocalValueChangedArgs.cs:12
System.Threading.AsyncLocalValueChangedArgs.k__BackingField
readonly T< PreviousValue > k__BackingField
Definition
AsyncLocalValueChangedArgs.cs:29
System.Threading.AsyncLocalValueChangedArgs.AsyncLocalValueChangedArgs
AsyncLocalValueChangedArgs(T previousValue, T currentValue, bool contextChanged)
Definition
AsyncLocalValueChangedArgs.cs:21
System.Threading.AsyncLocalValueChangedArgs.k__BackingField
readonly bool< ThreadContextChanged > k__BackingField
Definition
AsyncLocalValueChangedArgs.cs:37
System.Threading.AsyncLocalValueChangedArgs.k__BackingField
readonly T< CurrentValue > k__BackingField
Definition
AsyncLocalValueChangedArgs.cs:33
System.Threading.AsyncLocalValueChangedArgs
Definition
AsyncLocalValueChangedArgs.cs:8
source
mscorlib
System
Threading
AsyncLocalValueChangedArgs.cs
Generated by
1.10.0