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

◆ OnDoWork()

virtual void System.ComponentModel.BackgroundWorker.OnDoWork ( DoWorkEventArgs e)
inlineprotectedvirtual

Definition at line 80 of file BackgroundWorker.cs.

81 {
82 DoWorkEventHandler doWork = this.DoWork;
83 if (doWork != null)
84 {
85 IntPtr invoke_impl = doWork.invoke_impl;
86 IntPtr method_code = doWork.method_code;
87 IntPtr method = doWork.method;
88 return;
89 }
90 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.BackgroundWorker.DoWork, and j__TPar.