1 write to outputProperties
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
457
this.
outputProperties
= outputProperties;
3 references to outputProperties
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
504
if (this.
outputProperties
.Count != 0)
506
this.outputs = new Dictionary<string, object>(this.
outputProperties
.Count);
508
foreach (PropertyInfo property in this.
outputProperties
)