1 write to currentNode
System.Activities (1)
System\Activities\Statements\Flowchart.cs (1)
31this.currentNode = new Variable<int>();
5 references to currentNode
System.Activities (5)
System\Activities\Statements\Flowchart.cs (5)
164int oldNodeIndex = updateContext.GetValue(this.currentNode); 176updateContext.SetValue(this.currentNode, node.Index); 187metadata.AddImplementationVariable(this.currentNode); 334this.currentNode.Set(context, current.Index); 375int index = this.currentNode.Get(context);