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