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