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