2 writes to TemporaryId
System.Activities (2)
System\Activities\Hosting\BookmarkScopeInfo.cs (2)
25this.TemporaryId = temporaryId; 71set { this.TemporaryId = value; }
2 references to TemporaryId
System.Activities (2)
System\Activities\Hosting\BookmarkScopeInfo.cs (2)
32return this.TemporaryId == null; 70get { return this.TemporaryId; }