4 writes to exclusiveHandleCount
System.Activities (4)
System\Activities\Runtime\ExecutionPropertyManager.cs (4)
94
set { this.
exclusiveHandleCount
= value; }
241
this.
exclusiveHandleCount
++;
283
childManager.
exclusiveHandleCount
+= amountToUpdate;
391
this.
exclusiveHandleCount
--;
2 references to exclusiveHandleCount
System.Activities (2)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
93
get { return this.
exclusiveHandleCount
; }
109
return this.
exclusiveHandleCount
> 0;