1 write to bookmark
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
29this.bookmark = bookmark;
4 references to bookmark
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (4)
109Fx.Assert(this.bookmark != null, "bookmark must not be null!"); 121return this.bookmark; 140this.StaticBookmarkName = behavior.bookmark == null ? null : behavior.bookmark.Name;