3 writes to _cancellationPending
System.ComponentModel.EventBasedAsync (3)
System\ComponentModel\BackgroundWorker.cs (3)
31
_cancellationPending
= false;
50
_cancellationPending
= true;
125
_cancellationPending
= false;
1 reference to _cancellationPending
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\BackgroundWorker.cs (1)
39
return
_cancellationPending
;