2 writes to deleteHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
62this.deleteHandler = new DeleteHandler(this); 114this.deleteHandler = new DeleteHandler(this);
2 references to deleteHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
327return new OperationAsyncResult(this.deleteHandler, this, id, timeout, callback, state); 408PerformOperation(this.deleteHandler, id, timeout);