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

◆ CleanUp()

void System.Threading.ThreadPoolWorkQueueThreadLocals.CleanUp ( )
inlineprivate

Definition at line 18 of file ThreadPoolWorkQueueThreadLocals.cs.

19 {
20 if (this.workStealingQueue != null)
21 {
22 ThreadPoolWorkQueue threadPoolWorkQueue = this.workQueue;
23 if (threadPoolWorkQueue != null)
24 {
25 ThreadPoolWorkQueue threadPoolWorkQueue2 = this.workQueue;
27 return;
28 }
29 if (threadPoolWorkQueue == null)
30 {
31 }
33 }
34 }
class f__AnonymousType0<< Count > j__TPar
readonly ThreadPoolWorkQueue.WorkStealingQueue workStealingQueue

References j__TPar, System.Threading.ThreadPoolWorkQueueThreadLocals.workQueue, and System.Threading.ThreadPoolWorkQueueThreadLocals.workStealingQueue.

Referenced by System.Threading.ThreadPoolWorkQueueThreadLocals.Finalize().