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