1 write to internalCurrentActivityContextId
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
393this.internalCurrentActivityContextId = this.internalCurrentActivity.ContextId;
1 reference to internalCurrentActivityContextId
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
439this.internalCurrentActivity = this.GetContextActivityForId(this.internalCurrentActivityContextId).GetActivityByName(this.internalCurrentActivityName);