1 write to instance
System.Activities (1)
System\Activities\Hosting\WorkflowInstanceProxy.cs (1)
16this.instance = instance;
4 references to instance
System.Activities (4)
System\Activities\Hosting\WorkflowInstanceProxy.cs (4)
23return this.instance.Id; 31return this.instance.WorkflowDefinition; 44return this.instance.OnBeginResumeBookmark(bookmark, value, timeout, callback, state); 49return this.instance.OnEndResumeBookmark(result);