2 writes to contextManager
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (2)
97this.contextManager = new ActivityExecutionContextManager(this); 711this.contextManager = null;
4 references to contextManager
System.Workflow.ComponentModel (4)
AuthoringOM\ActivityExecutionContext.cs (4)
96if (this.contextManager == null) 99return this.contextManager; 708if (this.contextManager != null) 710this.contextManager.Dispose();