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