3 writes to cancellationPending
System (3)
compmod\system\componentmodel\BackgroundWorker.cs (3)
47
cancellationPending
= false;
67
cancellationPending
= true;
189
cancellationPending
= false;
1 reference to cancellationPending
System (1)
compmod\system\componentmodel\BackgroundWorker.cs (1)
57
get { return
cancellationPending
; }