Home
last modified time | relevance | path

Searched refs:IsHandleDoomedByRollback (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstancePersistenceContext.cs156 IsHandleDoomedByRollback = true; in BindInstanceOwner()
170 IsHandleDoomedByRollback = true; in BindInstance()
187 IsHandleDoomedByRollback = true; in BindEvent()
202 IsHandleDoomedByRollback = true; in BindAcquiredLock()
245 IsHandleDoomedByRollback = true; in InitiateBindReclaimedLockHelper()
755 internal bool IsHandleDoomedByRollback { get; private set; } property in System.Runtime.DurableInstancing.InstancePersistenceContext
1089 if (!success && this.context.IsHandleDoomedByRollback) in ExecuteAsyncResult()
1535 if (this.context.IsHandleDoomedByRollback) in AfterCommitWait()
1563 if (this.context != null && this.context.IsHandleDoomedByRollback) in SimpleCleanup()
H A DInstanceHandle.cs895 if (this.executionContext.IsHandleDoomedByRollback) in RollBack()