2 instantiations of UnlockHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
61
this.unlockHandler = new
UnlockHandler
(this);
113
this.unlockHandler = new
UnlockHandler
(this);
1 reference to UnlockHandler
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
40
UnlockHandler
unlockHandler;