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