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