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)
102
if (
_asyncOperation
!= null)
104
_asyncOperation
.Post(_progressReporter, args);
167
Debug.Assert(
_asyncOperation
!= null, "_asyncOperation not initialized");
192
_asyncOperation
.PostOperationCompleted(_operationCompleted, e);