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