3 writes to PendingExecutionCount
System.Workflow.Activities (3)
EventHandlers.cs (3)
124eventActivitySubscriber.PendingExecutionCount = 0; 267eventActivitySubscriber.PendingExecutionCount--; 415PendingExecutionCount++;
3 references to PendingExecutionCount
System.Workflow.Activities (3)
EventHandlers.cs (3)
265if (eventActivitySubscriber.PendingExecutionCount > 0) 303if (contextManager.GetExecutionContext(eventDriven) != null || (handlers.ActivityState != null && handlers.ActivityState[i].PendingExecutionCount > 0)) 334if (contextManager.GetExecutionContext(evtDriven) != null || handlers.ActivityState[i].PendingExecutionCount != 0)