2 writes to isDisposed
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
1056this.isDisposed = true; 1820this.isDisposed = true;
7 references to isDisposed
System.Activities (7)
System\Activities\Runtime\ActivityExecutor.cs (7)
399return !this.isDisposed && this.scheduler.IsRunning; 423return this.isDisposed || this.scheduler.IsIdle; 765if (this.instanceMap == null && !this.isDisposed) 1031if (!this.isDisposed) 1393if (!this.isDisposed) 1558Fx.Assert(!this.isDisposed, "We should not have been able to get here if we are disposed and Abort makes choices based on isDisposed"); 2535if (this.isDisposed)