1 write to workflowOutputs
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1496this.completionState = this.Controller.GetCompletionState(out this.workflowOutputs, out this.terminationException);
3 references to workflowOutputs
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
1557if (this.workflowOutputs != null) 1559foreach (KeyValuePair<string, object> output in this.workflowOutputs) 3939result = this.instance.creationContext.OnBeginWorkflowCompleted(this.instance.completionState, this.instance.workflowOutputs, this.instance.terminationException,