9 references to Name
System.Activities (5)
System\Activities\ActivityUtilities.cs (1)
1092
return "'" + bookmark.
Name
+ "'";
System\Activities\Bookmark.cs (1)
197
return this.
Name
;
System\Activities\Statements\TimerTable.cs (2)
389
return string.Compare(x.Bookmark.
Name
, y.Bookmark.
Name
, StringComparison.OrdinalIgnoreCase);
System\Activities\Tracking\BookmarkResumptionRecord.cs (1)
31
this.BookmarkName = bookmark.
Name
;
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
140
this.StaticBookmarkName = behavior.bookmark == null ? null : behavior.bookmark.
Name
;
System\ServiceModel\Activities\WorkflowOperationContext.cs (3)
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
)));