2 writes to internalCurrentActivity
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
439this.internalCurrentActivity = this.GetContextActivityForId(this.internalCurrentActivityContextId).GetActivityByName(this.internalCurrentActivityName); 668this.internalCurrentActivity = activity;
3 references to internalCurrentActivity
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
391if (this.internalCurrentActivity != null) 393this.internalCurrentActivityContextId = this.internalCurrentActivity.ContextId; 394this.internalCurrentActivityName = this.internalCurrentActivity.QualifiedName;