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