2 writes to _workflowDefinition
System.Workflow.Runtime (2)
WorkflowEventArgs.cs (2)
52
this.
_workflowDefinition
= null;
79
this.
_workflowDefinition
= tempDefinition;
3 references to _workflowDefinition
System.Workflow.Runtime (3)
WorkflowEventArgs.cs (3)
67
if (this.
_workflowDefinition
== null)
71
if (this.
_workflowDefinition
== null)
84
return this.
_workflowDefinition
;