4 writes to isPausing
System.Activities (4)
System\Activities\Runtime\Scheduler.cs (4)
183this.isPausing = false; 317this.isPausing = true; 331this.isPausing = false; 458thisPtr.isPausing = false;
2 references to isPausing
System.Activities (2)
System\Activities\Runtime\Scheduler.cs (2)
329if (this.IsIdle || this.isPausing || this.callbacks.IsAbortPending) 421if (thisPtr.IsIdle || thisPtr.isPausing)