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