2 writes to unlockHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
61
this.
unlockHandler
= new UnlockHandler(this);
113
this.
unlockHandler
= new UnlockHandler(this);
3 references to unlockHandler
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
345
return new OperationAsyncResult(this.
unlockHandler
, this, id, timeout, callback, state);
674
if (this.
unlockHandler
.ShortcutExecution)
681
PerformOperation(this.
unlockHandler
, id, timeout);