1 write to unlockInstanceCallback
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
65this.unlockInstanceCallback = Fx.ThunkCallback(UnlockInstanceCallback);
2 references to unlockInstanceCallback
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
501this.BeginTryCommandInternal(null, command, TimeSpan.MaxValue, this.unlockInstanceCallback, command); 630this.BeginTryCommandInternal(null, command, TimeSpan.MaxValue, unlockInstanceCallback, command);