4 writes to hasHandles
System.Activities (4)
System\Activities\Runtime\LocationEnvironment.cs (4)
233this.hasHandles = true; 256this.hasHandles = true; 294this.hasHandles = false; 339this.hasHandles = true;
3 references to hasHandles
System.Activities (3)
System\Activities\Runtime\LocationEnvironment.cs (3)
139return this.hasHandles; 241Fx.Assert(!this.hasHandles, "We should have already uninitialized the handles and set our hasHandles variable to false."); 285if (this.hasHandles)