1 instantiation of InteropExecutor
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
366
InteropExecutor interopExecutor = new
InteropExecutor
(context.WorkflowInstanceId, activityInstance, this.OutputPropertyDefinitions, this.ComponentModelActivity);
12 references to InteropExecutor
System.Workflow.Runtime (12)
System\Activities\Statements\Interop.cs (6)
45
Variable<
InteropExecutor
> interopActivityExecutor;
68
this.interopActivityExecutor = new Variable<
InteropExecutor
>();
366
InteropExecutor
interopExecutor = new InteropExecutor(context.WorkflowInstanceId, activityInstance, this.OutputPropertyDefinitions, this.ComponentModelActivity);
409
InteropExecutor
interopExecutor = this.interopActivityExecutor.Get(context);
514
InteropExecutor
interopExecutor = this.interopActivityExecutor.Get(context);
813
InteropExecutor
interopExecutor = this.interopActivityExecutor.Get(context);
System\Activities\Statements\InteropEnvironment.cs (2)
34
InteropExecutor
executor;
39
public InteropEnvironment(
InteropExecutor
interopExecutor, NativeActivityContext nativeActivityContext,
System\Activities\Statements\InteropExecutor.cs (4)
895
InteropExecutor
activityExecutor;
898
internal ResetCurrentActivity(
InteropExecutor
activityExecutor, Activity oldCurrentActivity)
921
InteropExecutor
owner;
924
public Scheduler(
InteropExecutor
owner)