3 writes to currentWorkItem
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
4770this.currentWorkItem = null; 4780this.currentWorkItem = null; 4822this.currentWorkItem = item;
6 references to currentWorkItem
System.Activities (6)
System\Activities\WorkflowApplication.cs (6)
4758Fx.Assert(this.currentWorkItem != null, "the work item cannot be null"); 4769workItem = this.currentWorkItem; 4778Fx.Assert(this.currentWorkItem != null, "the work item cannot be null"); 4779workItem = this.currentWorkItem; 4801Fx.AssertAndFailFast(this.currentWorkItem == null, "There can be no pending work items when complete"); 4821Fx.AssertAndFailFast(this.currentWorkItem == null, "There cannot be more than 1 work item at a given time");