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