1 write to internalCurrentActivityName
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
394this.internalCurrentActivityName = this.internalCurrentActivity.QualifiedName;
2 references to internalCurrentActivityName
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
437if (!string.IsNullOrEmpty(this.internalCurrentActivityName)) 439this.internalCurrentActivity = this.GetContextActivityForId(this.internalCurrentActivityContextId).GetActivityByName(this.internalCurrentActivityName);