2 writes to BookmarkName
System.Activities (2)
System\Activities\Hosting\BookmarkInfo.cs (2)
21
this.
BookmarkName
= bookmarkName;
66
set { this.
BookmarkName
= value; }
4 references to BookmarkName
System.Activities (1)
System\Activities\Hosting\BookmarkInfo.cs (1)
65
get { return this.
BookmarkName
; }
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
221
bookmarkListBuilder.AppendFormat(CultureInfo.InvariantCulture, "[{0}: {1}]{2}", bookmarkInfo.
BookmarkName
, bookmarkInfo.OwnerDisplayName, Environment.NewLine);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (2)
114
if (bookmark.
BookmarkName
== bookmarkName)
186
if (bookmark.
BookmarkName
== data.BookmarkName)