2 writes to updateHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
60this.updateHandler = new UpdateHandler(this); 112this.updateHandler = new UpdateHandler(this);
2 references to updateHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
359return new OperationAsyncResult(this.updateHandler, this, id, timeout, callback, state, instance, unlockInstance); 695PerformOperation(this.updateHandler, id, timeout, instance, unlockInstance);