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