1 write to asyncOperation
System (1)
compmod\system\componentmodel\BackgroundWorker.cs (1)
191
asyncOperation
= AsyncOperationManager.CreateOperation(null);
3 references to asyncOperation
System (3)
compmod\system\componentmodel\BackgroundWorker.cs (3)
166
if (
asyncOperation
!= null)
168
asyncOperation
.Post(progressReporter, args);
263
asyncOperation
.PostOperationCompleted(operationCompleted, e);