6 references to executionContexts
System.Workflow.ComponentModel (6)
AuthoringOM\ActivityExecutionContextCollection.cs (6)
36this.executionContexts.Add(new ActivityExecutionContext(activeContextActivity)); 52return new ReadOnlyCollection<ActivityExecutionContext>(this.executionContexts); 123this.executionContexts.Add(newExecutionContext); 163if (!this.executionContexts.Contains(childContext)) 201this.executionContexts.Remove(childContext); 349this.executionContexts.Add(revokedContext);