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