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