2 writes to holder
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (2)
730this.holder = holder; 741this.holder = value;
2 references to holder
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (2)
737return this.holder; 756GrantedLock clonedGrantedLock = new GrantedLock(this.holder);