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