1 write to atomicActivityName
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
400
this.
atomicActivityName
= this.CurrentAtomicActivity.QualifiedName;
2 references to atomicActivityName
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
442
if (!string.IsNullOrEmpty(this.
atomicActivityName
))
444
this.currentAtomicActivity = this.GetContextActivityForId(this.atomicActivityContextId).GetActivityByName(this.
atomicActivityName
);