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