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

◆ NotifyWorkItemProgress()

override void System.Threading.Tasks.ThreadPoolTaskScheduler.NotifyWorkItemProgress ( )
inlinepackagevirtual

Reimplemented from System.Threading.Tasks.TaskScheduler.

Definition at line 63 of file ThreadPoolTaskScheduler.cs.

64 {
65 ThreadPool.EnsureVMInitialized();
66 }

References System.Threading.ThreadPool.EnsureVMInitialized().