1 write to bookmark
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
90
this.
bookmark
= behavior.OnResolveBookmark(this, out this.bookmarkScope, out this.bookmarkValue);
5 references to bookmark
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowOperationContext.cs (5)
91
Fx.Assert(this.
bookmark
!= null, "bookmark must not be null!");
634
this.
bookmark
, this.bookmarkScope, this,
677
thisPtr.OperationContext, thisPtr.receiveContext, thisPtr.
bookmark
.Name, BufferedReceiveState.WaitingOnBookmark, false);
682
TD.BufferOutOfOrderMessageNoBookmark(thisPtr.eventTraceActivity, thisPtr.workflowInstance.Id.ToString(), thisPtr.
bookmark
.Name);
692
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateOperationNotAvailableFault(thisPtr.workflowInstance.Id, thisPtr.
bookmark
.Name)));