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