3 writes to nextId
System.Activities (3)
System\Activities\Runtime\BookmarkManager.cs (3)
26this.nextId = 1; 49set { this.nextId = value; } 189this.nextId++;
3 references to nextId
System.Activities (3)
System\Activities\Runtime\BookmarkManager.cs (3)
48get { return this.nextId; } 183if (this.nextId == long.MaxValue) 188long result = this.nextId;