2 writes to internalCurrentActivity
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
439
this.
internalCurrentActivity
= this.GetContextActivityForId(this.internalCurrentActivityContextId).GetActivityByName(this.internalCurrentActivityName);
668
this.
internalCurrentActivity
= activity;
3 references to internalCurrentActivity
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
391
if (this.
internalCurrentActivity
!= null)
393
this.internalCurrentActivityContextId = this.
internalCurrentActivity
.ContextId;
394
this.internalCurrentActivityName = this.
internalCurrentActivity
.QualifiedName;