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