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
QueueUserWorkItemCallback.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Threading
4{
5 // Token: 0x02000206 RID: 518
7 {
8 // Token: 0x06001256 RID: 4694 RVA: 0x00026E54 File Offset: 0x00025054
23
24 // Token: 0x06001257 RID: 4695 RVA: 0x00026E94 File Offset: 0x00025094
26 {
27 if (this.context != null)
28 {
29 if (!true)
30 {
31 }
32 return;
33 }
35 object obj = this.state;
36 IntPtr invoke_impl = waitCallback.invoke_impl;
37 IntPtr method_code = waitCallback.method_code;
38 IntPtr method = waitCallback.method;
39 }
40
41 // Token: 0x06001258 RID: 4696 RVA: 0x00026ED4 File Offset: 0x000250D4
45
46 // Token: 0x06001259 RID: 4697 RVA: 0x00026EE4 File Offset: 0x000250E4
47 private static void WaitCallback_Context(object state)
48 {
49 if (state != null)
50 {
51 }
52 }
53
54 // Token: 0x0600125A RID: 4698 RVA: 0x00026EFC File Offset: 0x000250FC
55 // Note: this type is marked as 'beforefieldinit'.
57 {
58 }
59
60 // Token: 0x040009C9 RID: 2505
62
63 // Token: 0x040009CA RID: 2506
65
66 // Token: 0x040009CB RID: 2507
67 private object state;
68
69 // Token: 0x040009CC RID: 2508
70 internal static ContextCallback ccb;
71 }
72}
class f__AnonymousType0<< Count > j__TPar
static ExecutionContext Capture()
QueueUserWorkItemCallback(WaitCallback waitCallback, object stateObj, bool compressStack, StackCrawlMark stackMark)
void MarkAborted(ThreadAbortException tae)