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

◆ IsThreadPoolThread

bool System.Threading.Thread.IsThreadPoolThread
get

Definition at line 410 of file Thread.cs.

411 {
412 get
413 {
414 while (this.internal_thread != null)
415 {
416 }
418 }
419 }
InternalThread internal_thread
Definition Thread.cs:751

Referenced by System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation.Run().