5 writes to IsHandleDoomedByRollback
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (5)
156
IsHandleDoomedByRollback
= true;
170
IsHandleDoomedByRollback
= true;
187
IsHandleDoomedByRollback
= true;
202
IsHandleDoomedByRollback
= true;
245
IsHandleDoomedByRollback
= true;
4 references to IsHandleDoomedByRollback
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
895
if (this.executionContext.
IsHandleDoomedByRollback
)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
1089
if (!success && this.context.
IsHandleDoomedByRollback
)
1535
if (this.context.
IsHandleDoomedByRollback
)
1563
if (this.context != null && this.context.
IsHandleDoomedByRollback
)