2 writes to CurrentActivity
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
825
this.
CurrentActivity
= activity;
905
this.activityExecutor.
CurrentActivity
= oldCurrentActivity;
3 references to CurrentActivity
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
755
this.AddItemToBeScheduledLater(this.
CurrentActivity
, item);
824
Activity oldCurrentActivity = this.
CurrentActivity
;
849
this.ServiceProvider.TrackData(this.
CurrentActivity
, this.eventCounter++, key, data);