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