1 instantiation of WorkflowInstanceProxy
System.Activities (1)
System\Activities\Hosting\WorkflowInstance.cs (1)
452WorkflowInstanceProxy proxy = new WorkflowInstanceProxy(this);
13 references to WorkflowInstanceProxy
System.Activities (13)
System\Activities\Hosting\IWorkflowInstanceExtension.cs (1)
16void SetInstance(WorkflowInstanceProxy instance);
System\Activities\Hosting\WorkflowInstance.cs (1)
452WorkflowInstanceProxy proxy = new WorkflowInstanceProxy(this);
System\Activities\Statements\CompensationExtension.cs (2)
70internal WorkflowInstanceProxy Instance 148void IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy instance)
System\Activities\Statements\DurableTimerExtension.cs (5)
20WorkflowInstanceProxy instance; 75public virtual void SetInstance(WorkflowInstanceProxy instance) 152WorkflowInstanceProxy targetInstance = this.instance; 247public BookmarkResumptionState(Bookmark timerBookmark, DurableTimerExtension timerExtension, WorkflowInstanceProxy instance) 266public WorkflowInstanceProxy Instance
System\Activities\Statements\StateMachineExtension.cs (4)
21private WorkflowInstanceProxy instance; 36public void SetInstance(WorkflowInstanceProxy instance) 59WorkflowInstanceProxy instance = result.AsyncState as WorkflowInstanceProxy;