1 instantiation of WorkflowRuntimeServiceElement
System.Workflow.Runtime (1)
Configuration\WorkflowRuntimeServiceElementCollection.cs (1)
21return new WorkflowRuntimeServiceElement();
7 references to WorkflowRuntimeServiceElement
System.Workflow.Runtime (4)
Configuration\WorkflowRuntimeServiceElementCollection.cs (2)
29return ((WorkflowRuntimeServiceElement)settings).Type; 34public void Add(WorkflowRuntimeServiceElement serviceSettings)
WorkflowRuntime.cs (2)
196foreach (WorkflowRuntimeServiceElement service in settings.Services) 1484private void AddServiceFromSettings(WorkflowRuntimeServiceElement serviceSettings)
System.WorkflowServices (3)
System\ServiceModel\Configuration\ExtendedWorkflowRuntimeServiceElementCollection.cs (2)
13[ConfigurationCollection(typeof(WorkflowRuntimeServiceElement))] 23public void Remove(WorkflowRuntimeServiceElement serviceSettings)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
151foreach (WorkflowRuntimeServiceElement wrtSvcElement in this.Services)