1 write to _asyncOperation
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\BackgroundWorker.cs (1)
127_asyncOperation = AsyncOperationManager.CreateOperation(null);
4 references to _asyncOperation
System.ComponentModel.EventBasedAsync (4)
System\ComponentModel\BackgroundWorker.cs (4)
102if (_asyncOperation != null) 104_asyncOperation.Post(_progressReporter, args); 167Debug.Assert(_asyncOperation != null, "_asyncOperation not initialized"); 192_asyncOperation.PostOperationCompleted(_operationCompleted, e);