2 references to Type
System.Workflow.Runtime (2)
Configuration\WorkflowRuntimeServiceElementCollection.cs (1)
29
return ((WorkflowRuntimeServiceElement)settings).
Type
;
WorkflowRuntime.cs (1)
1488
Type t = Type.GetType(serviceSettings.
Type
, true);