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