1 write to workflowDefinitionContext
System.WorkflowServices (1)
System\ServiceModel\WorkflowServiceHost.cs (1)
166this.workflowDefinitionContext = workflowDefinitionContext;
3 references to workflowDefinitionContext
System.WorkflowServices (3)
System\ServiceModel\WorkflowServiceHost.cs (3)
132throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.ReflectedContractKeyNotFound, new object[] { implementedContract.FullName, this.workflowDefinitionContext.WorkflowName }))); 149Fx.Assert(this.workflowDefinitionContext != null, "Null Workflow Definition"); 150return new DescriptionCreator(this.workflowDefinitionContext).BuildServiceDescription(out implementedContracts, out this.reflectedContracts);