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