2 writes to IsSafeToUnlock
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
53
this.
IsSafeToUnlock
= true;
80
this.
IsSafeToUnlock
= true;
2 references to IsSafeToUnlock
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\InstanceLockTracking.cs (2)
32
if (this.BoundToLock && this.
IsSafeToUnlock
)
94
if (e.Transaction.TransactionInformation.Status != TransactionStatus.Committed && this.
IsSafeToUnlock
)