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