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