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