1 write to lastInstanceLockedException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (1)
100
tryCommandAsyncResult.
lastInstanceLockedException
= instanceLockedException;
2 references to lastInstanceLockedException
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (2)
68
Fx.Assert(this.
lastInstanceLockedException
!= null, "no last instance lock exception");
69
this.Complete(false, this.
lastInstanceLockedException
);