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