1 write to workflowArguments
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowCreationContext.cs (1)
27
this.
workflowArguments
= new Dictionary<string, object>();
3 references to workflowArguments
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowCreationContext.cs (3)
25
if (this.
workflowArguments
== null)
29
return this.
workflowArguments
;
38
return this.
workflowArguments
;