5 writes to current
System.Activities (5)
System\Activities\ActivityInstance.cs (5)
1714this.current = root; 1720this.current = this.current.GetChildren()[0]; 1738this.current = this.current.Parent; 1743this.current = this.current.GetChildren()[0]; 1753this.current = null;
9 references to current
System.Activities (9)
System\Activities\ActivityInstance.cs (9)
1698return this.current; 1718while (this.current.HasChildren) 1720this.current = this.current.GetChildren()[0]; 1729if (this.current == this.root) 1736Fx.Assert(!this.current.Parent.GetChildren().Contains(this.current), "We should always have removed the current one from the parent's list by now."); 1738this.current = this.current.Parent; 1741while (this.current.HasChildren) 1743this.current = this.current.GetChildren()[0];