3 writes to nextTemporaryId
System.Activities (3)
System\Activities\Runtime\BookmarkScopeManager.cs (3)
31
this.
nextTemporaryId
= 1;
72
set { this.
nextTemporaryId
= value; }
117
this.
nextTemporaryId
++;
2 references to nextTemporaryId
System.Activities (2)
System\Activities\Runtime\BookmarkScopeManager.cs (2)
71
get { return this.
nextTemporaryId
; }
116
long temp = this.
nextTemporaryId
;