2 writes to loadHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
58this.loadHandler = new LoadHandler(this); 110this.loadHandler = new LoadHandler(this);
2 references to loadHandler
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
336return new OperationAsyncResult(this.loadHandler, this, id, timeout, callback, state, lockInstance); 536return PerformOperation(this.loadHandler, id, timeout, lockInstance);