1 write to _workflowDefinition
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
489
_workflowDefinition
= tempDefinition;
2 references to _workflowDefinition
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
473
Debug.Assert(
_workflowDefinition
!= null, "WorkflowDefinition cannot be null.");
474
return
_workflowDefinition
;