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