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