1 write to workflowDefinitionContext
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
73
this.
workflowDefinitionContext
= workflowDefinitionContext;
6 references to workflowDefinitionContext
System.WorkflowServices (6)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (6)
74
this.name = this.
workflowDefinitionContext
.WorkflowName;
75
this.configurationName = this.
workflowDefinitionContext
.ConfigurationName;
253
this.
workflowDefinitionContext
.Register(workflowRuntimeBehavior.WorkflowRuntime, workflowRuntimeBehavior.ValidateOnCreate);
258
this.
workflowDefinitionContext
340
this.
workflowDefinitionContext
);
365
wmiInstance.SetProperty("WorkflowType", this.
workflowDefinitionContext
.WorkflowName);