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