3 writes to lastPosition
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ActivitySurrogate.cs (3)
305else if ((++this.lastPosition < this.memberNames.Length) && (this.memberNames[this.lastPosition].Equals(name))) 316this.lastPosition = i; 322this.lastPosition = 0;
5 references to lastPosition
System.Workflow.ComponentModel (5)
AuthoringOM\Serializer\ActivitySurrogate.cs (5)
301if (this.memberNames.Length > 0 && this.memberNames[this.lastPosition].Equals(name)) 303return this.lastPosition; 305else if ((++this.lastPosition < this.memberNames.Length) && (this.memberNames[this.lastPosition].Equals(name))) 307return this.lastPosition; 317return this.lastPosition;