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