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