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