2 writes to workflowRuntime
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (2)
35
this.
workflowRuntime
= workflowRuntime;
62
this.
workflowRuntime
= new WorkflowRuntime(WorkflowRuntimeBehavior.DefaultWorkflowRuntimeSection);
2 references to workflowRuntime
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (2)
60
if (this.
workflowRuntime
== null)
64
return this.
workflowRuntime
;