2 writes to WorkflowCompensationScheduled
System.Activities (2)
System\Activities\Statements\CompensationExtension.cs (2)
110this.WorkflowCompensationScheduled = context.CreateBookmark(callback); 184this.WorkflowCompensationScheduled = (Bookmark)list[3];
3 references to WorkflowCompensationScheduled
System.Activities (3)
System\Activities\Statements\CompensationExtension.cs (1)
166this.WorkflowCompensationScheduled,
System\Activities\Statements\WorkflowCompensationBehavior.cs (2)
80Fx.Assert(compensationExtension.WorkflowCompensationScheduled != null, "compensationExtension.WorkflowCompensationScheduled bookmark must be setup by now"); 81context.ResumeBookmark(compensationExtension.WorkflowCompensationScheduled, null);