1 write to workflowType
System.WorkflowServices (1)
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
30this.workflowType = workflowType;
4 references to workflowType
System.WorkflowServices (4)
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (4)
37return this.workflowType.FullName; 45return NamingHelper.XmlName(this.workflowType.Name); 56return base.WorkflowRuntime.CreateWorkflow(this.workflowType, null, instanceId); 63rootActivity = (Activity) Activator.CreateInstance(workflowType);