7 references to Compensated
System.Activities (7)
System\Activities\Statements\CompensableActivity.cs (3)
469Fx.Assert(compensationToken.BookmarkTable[CompensationBookmarkName.Compensated] == null, "Bookmark should not be already initialized in the bookmark table."); 470compensationToken.BookmarkTable[CompensationBookmarkName.Compensated] = context.CreateBookmark(new BookmarkCallback(OnCanceledOrCompensated)); 531compensationToken.RemoveBookmark(context, CompensationBookmarkName.Compensated);
System\Activities\Statements\CompensationParticipant.cs (1)
387compensationExtension.NotifyMessage(context, compensationToken.CompensationId, CompensationBookmarkName.Compensated);
System\Activities\Statements\InternalCompensate.cs (3)
51Fx.Assert(tokenData.BookmarkTable[CompensationBookmarkName.Compensated] == null, "Bookmark should not be already initialized in the bookmark table."); 52tokenData.BookmarkTable[CompensationBookmarkName.Compensated] = context.CreateBookmark(new BookmarkCallback(OnCompensated)); 93tokenData.RemoveBookmark(context, CompensationBookmarkName.Compensated);