1 write to lastIndexHint
System.Activities (1)
System\Activities\Statements\Sequence.cs (1)
25
this.
lastIndexHint
= new Variable<int>();
3 references to lastIndexHint
System.Activities (3)
System\Activities\Statements\Sequence.cs (3)
95
metadata.AddImplementationVariable(this.
lastIndexHint
);
110
int completedInstanceIndex = this.
lastIndexHint
.Get(context);
128
this.
lastIndexHint
.Set(context, nextChildIndex);