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