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