2 writes to initialWorkflowArguments
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
132this.initialWorkflowArguments = inputs; 138this.initialWorkflowArguments = inputs;
7 references to initialWorkflowArguments
System.Activities (7)
System\Activities\WorkflowApplication.cs (7)
625base.Initialize(this.initialWorkflowArguments, this.rootExecutionProperties); 1705if (this.initialWorkflowArguments != null) 1763if (this.initialWorkflowArguments != null) 1821if (this.initialWorkflowArguments != null) 2103if (this.initialWorkflowArguments != null) 2145if (this.initialWorkflowArguments != null) 2188if (this.initialWorkflowArguments != null)