2 overrides of WorkflowName
System.WorkflowServices (2)
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
41public override string WorkflowName
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (1)
124public override string WorkflowName
3 references to WorkflowName
System.WorkflowServices (3)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
74this.name = this.workflowDefinitionContext.WorkflowName; 365wmiInstance.SetProperty("WorkflowType", this.workflowDefinitionContext.WorkflowName);
System\ServiceModel\WorkflowServiceHost.cs (1)
132throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.ReflectedContractKeyNotFound, new object[] { implementedContract.FullName, this.workflowDefinitionContext.WorkflowName })));