1 write to progressReporter
System (1)
compmod\system\componentmodel\BackgroundWorker.cs (1)
41progressReporter = new SendOrPostCallback(ProgressReporter);
2 references to progressReporter
System (2)
compmod\system\componentmodel\BackgroundWorker.cs (2)
168asyncOperation.Post(progressReporter, args); 172progressReporter(args);