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