2 references to NeedsCompensation
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (1)
1700
if (this.
NeedsCompensation
)
AuthoringOM\ActivityExecutionContextCollection.cs (1)
176
bool needsCompensation = childContext.Activity.
NeedsCompensation
;