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() [1/2]

void System.ComponentModel.BackgroundWorker.ReportProgress ( int percentProgress)
inline

Definition at line 148 of file BackgroundWorker.cs.

149 {
150 long num = 0L;
151 this.ReportProgress(percentProgress, num);
152 }
void ReportProgress(int percentProgress)

References System.L, and System.ComponentModel.BackgroundWorker.ReportProgress().

Referenced by System.ComponentModel.BackgroundWorker.ReportProgress().