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

◆ ReportProgress() [2/2]

void System.ComponentModel.BackgroundWorker.ReportProgress ( int percentProgress,
object userState )
inline

Definition at line 155 of file BackgroundWorker.cs.

156 {
157 while (!this._workerReportsProgress)
158 {
159 }
160 AsyncOperation asyncOperation = this._asyncOperation;
162 if (asyncOperation != null)
163 {
164 return;
165 }
166 IntPtr invoke_impl = progressReporter.invoke_impl;
167 IntPtr method_code = progressReporter.method_code;
168 IntPtr method = progressReporter.method;
169 }
class f__AnonymousType0<< Count > j__TPar
readonly SendOrPostCallback _progressReporter

References System.ComponentModel.BackgroundWorker._asyncOperation, System.ComponentModel.BackgroundWorker._progressReporter, System.ComponentModel.BackgroundWorker._workerReportsProgress, and j__TPar.