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