1 write to workflowOutParameters
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
54this.workflowOutParameters = new Dictionary<Type, List<PropertyInfo>>();
4 references to workflowOutParameters
System.Workflow.Runtime (4)
WorkflowDefinitionDispenser.cs (4)
65if (this.workflowOutParameters.ContainsKey(workflowType)) 66return new ReadOnlyCollection<PropertyInfo>(this.workflowOutParameters[workflowType]); 334if (this.workflowOutParameters.ContainsKey(workflowType)) 339this.workflowOutParameters.Add(workflowType, outputParameters);