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

◆ ThreadStart() [1/2]

void System.Threading.ThreadHelper.ThreadStart ( )
inlinepackage

Definition at line 50 of file ThreadHelper.cs.

51 {
52 if (this._executionContext != null)
53 {
54 if (!true)
55 {
56 }
57 return;
58 }
59 Delegate start = this._start;
60 if (start != null)
61 {
62 }
63 IntPtr invoke_impl = start.invoke_impl;
64 IntPtr method = start.method;
65 }
ExecutionContext _executionContext

References System.Threading.ThreadHelper._executionContext, System.Threading.ThreadHelper._start, and System.start.